Change smhasher path

Changes the smhasher path to "smhasher/src/file" from "smhasher/file"
for easier import in Chromium land.

Change-Id: Ide6aa844fd8f37c9100e89d6a0bcb945b0860227
This commit is contained in:
Himanshu Jaju
2020-07-07 12:46:30 -07:00
committed by Alexey Polyudov
parent 07c6fcbdf0
commit 59cd56ec82
5 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
#include "absl/numeric/int128.h"
#include "absl/strings/numbers.h"
#include "smhasher/MurmurHash3.h"
#include "smhasher/src/MurmurHash3.h"
namespace location {
namespace nearby {