Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(82)

Unified Diff: components/rappor/bloom_filter.cc

Issue 246013008: Add proper includes for usage of the CityHash functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/metrics/extension_metrics.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/rappor/bloom_filter.cc
diff --git a/components/rappor/bloom_filter.cc b/components/rappor/bloom_filter.cc
index 2880ae094096f26755115b65b943496843d134ed..d3f9e6339328714bc301237173e4f93baee96fee 100644
--- a/components/rappor/bloom_filter.cc
+++ b/components/rappor/bloom_filter.cc
@@ -5,9 +5,7 @@
#include "components/rappor/bloom_filter.h"
#include "base/logging.h"
-
-// TODO(holte): we can't include "City.h" due to typedef conflicts.
-extern uint64 CityHash64WithSeed(const char *buf, size_t len, uint64 seed);
+#include "third_party/smhasher/src/City.h"
namespace rappor {
« no previous file with comments | « chrome/browser/metrics/extension_metrics.cc ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698