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

Unified Diff: components/memory_pressure/memory_pressure_stats_collector.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
Index: components/memory_pressure/memory_pressure_stats_collector.cc
diff --git a/components/memory_pressure/memory_pressure_stats_collector.cc b/components/memory_pressure/memory_pressure_stats_collector.cc
index 2753b05691b2a62cbb01f72074dd74eb74ac0404..1d080dae8c60091c6b81aca41e8818cc5c557aa1 100644
--- a/components/memory_pressure/memory_pressure_stats_collector.cc
+++ b/components/memory_pressure/memory_pressure_stats_collector.cc
@@ -8,7 +8,7 @@
#include <stdint.h>
#include "base/macros.h"
-#include "base/metrics/histogram.h"
+#include "base/metrics/histogram_macros.h"
#include "base/time/tick_clock.h"
namespace memory_pressure {
« no previous file with comments | « components/history/core/browser/web_history_service.cc ('k') | components/metrics/profiler/tracking_synchronizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698