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

Unified Diff: chrome/browser/metrics/extension_metrics.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 | « no previous file | components/rappor/bloom_filter.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/metrics/extension_metrics.cc
diff --git a/chrome/browser/metrics/extension_metrics.cc b/chrome/browser/metrics/extension_metrics.cc
index 192aa5ea0599dd7a0560d17ea4cb2a0ecef369b4..b57a6f05d3b4bbc8c7cfe3de55f91339453e23cd 100644
--- a/chrome/browser/metrics/extension_metrics.cc
+++ b/chrome/browser/metrics/extension_metrics.cc
@@ -14,11 +14,7 @@
#include "chrome/common/metrics/proto/system_profile.pb.h"
#include "extensions/browser/extension_registry.h"
#include "extensions/common/extension_set.h"
-
-// From third_party/smhasher/src/City.h; that file can't be included here due
-// to macro redefinitions (of UINT8_C, etc.) on Windows.
-// TODO(mvrable): Clean up City.h so it can be included directly.
-uint64 CityHash64(const char *buf, size_t len);
+#include "third_party/smhasher/src/City.h"
namespace {
« no previous file with comments | « no previous file | components/rappor/bloom_filter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698