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

Unified Diff: skia/ext/skia_histogram.cc

Issue 2293583002: Change includes of histogram.h to histogram_macros.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « skia/ext/image_operations.cc ('k') | sql/connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/skia_histogram.cc
diff --git a/skia/ext/skia_histogram.cc b/skia/ext/skia_histogram.cc
index 430e66b1384c8c5c2832734b3f9e1ccfac53caf8..6649264429285b0a241a63b25b4ed8a3ad1bceaf 100644
--- a/skia/ext/skia_histogram.cc
+++ b/skia/ext/skia_histogram.cc
@@ -5,7 +5,7 @@
#include "skia/ext/skia_histogram.h"
#include <type_traits>
-#include "base/metrics/histogram.h"
+#include "base/metrics/histogram_macros.h"
// In order to prevent Chrome headers from leaking into Skia, we use a raw
// intptr_t in the header, rather than the base::subtle::AtomicWord. Make sure
« no previous file with comments | « skia/ext/image_operations.cc ('k') | sql/connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698