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" |