1diff --git a/base/third_party/cityhash_v103/src/city_v103.cc b/base/third_party/cityhash_v103/src/city_v103.cc 2index bd6bc1aa2c8c..e02d20fbbaf7 100644 3--- a/base/third_party/cityhash_v103/src/city_v103.cc 4+++ b/base/third_party/cityhash_v103/src/city_v103.cc 5@@ -27,8 +27,7 @@ 6 // possible hash functions, by using SIMD instructions, or by 7 // compromising on hash quality. 8 9-#include "config.h" 10-#include <city.h> 11+#include "base/third_party/cityhash_v103/src/city_v103.h" 12 13 #include <algorithm> 14 #include <string.h> // for memcpy and memset 15