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

Unified Diff: components/memory_pressure/memory_pressure_stats_collector.cc

Issue 1548113002: Switch to standard integer types in components/, part 2 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn Created 5 years 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 acafd0cab3bc868738fb033d6d5a0fd9daeec626..2753b05691b2a62cbb01f72074dd74eb74ac0404 100644
--- a/components/memory_pressure/memory_pressure_stats_collector.cc
+++ b/components/memory_pressure/memory_pressure_stats_collector.cc
@@ -4,6 +4,10 @@
#include "components/memory_pressure/memory_pressure_stats_collector.h"
+#include <stddef.h>
+#include <stdint.h>
+
+#include "base/macros.h"
#include "base/metrics/histogram.h"
#include "base/time/tick_clock.h"

Powered by Google App Engine
This is Rietveld 408576698