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

Unified Diff: components/profile_metrics/counts.cc

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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/profile_metrics/counts.cc
diff --git a/components/profile_metrics/counts.cc b/components/profile_metrics/counts.cc
index 9186d042a66550fb180e3ffb9ce73933d0caaa9e..364857a66e02947e3adc63ca0ae314eca7d81036 100644
--- a/components/profile_metrics/counts.cc
+++ b/components/profile_metrics/counts.cc
@@ -4,7 +4,7 @@
#include "components/profile_metrics/counts.h"
-#include "base/metrics/histogram.h"
+#include "base/metrics/histogram_macros.h"
namespace profile_metrics {

Powered by Google App Engine
This is Rietveld 408576698