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

Unified Diff: components/google/core/browser/google_search_metrics.cc

Issue 1178683009: Change histogram.h includes to histogram_macros.h in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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
Index: components/google/core/browser/google_search_metrics.cc
diff --git a/components/google/core/browser/google_search_metrics.cc b/components/google/core/browser/google_search_metrics.cc
index e9f305e9291fb7f4c68b1bc8865f6388723ecd08..d284a7c1b971aa8c657791a6cb125f1bc9299804 100644
--- a/components/google/core/browser/google_search_metrics.cc
+++ b/components/google/core/browser/google_search_metrics.cc
@@ -5,7 +5,7 @@
#include "components/google/core/browser/google_search_metrics.h"
#include "base/logging.h"
-#include "base/metrics/histogram.h"
+#include "base/metrics/histogram_macros.h"
GoogleSearchMetrics::GoogleSearchMetrics() {
}
« no previous file with comments | « components/gcm_driver/gcm_stats_recorder_impl.cc ('k') | components/history/core/browser/history_backend.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698