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

Unified Diff: base/metrics/histogram.h

Issue 2639313002: Migrate desktop Linux to histogram_macros.h include. (Closed)
Patch Set: Created 3 years, 11 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/storage_monitor/storage_monitor_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/metrics/histogram.h
diff --git a/base/metrics/histogram.h b/base/metrics/histogram.h
index 63fd2437344c093fb5684cd4bb42ac1112152aa8..4500efcf3abd0407619eb903e3fc06f146a7d83a 100644
--- a/base/metrics/histogram.h
+++ b/base/metrics/histogram.h
@@ -81,7 +81,8 @@
#include "base/macros.h"
#include "base/metrics/bucket_ranges.h"
#include "base/metrics/histogram_base.h"
-#if !defined(OS_MACOSX) || defined(OS_IOS)
+#if defined(OS_ANDROID) || defined(OS_CHROMEOS) || defined(OS_IOS) || \
+ defined(OS_WIN)
// TODO(asvitkine): Migrate callers to to include this directly and remove this.
// Note: Incrementally migrating platforms as they become clean.
#include "base/metrics/histogram_macros.h"
« no previous file with comments | « no previous file | components/storage_monitor/storage_monitor_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698