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

Unified Diff: cc/base/histograms.h

Issue 1539203002: Switch to standard integer types in cc/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: more includes 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
« no previous file with comments | « cc/base/delayed_unique_notifier.h ('k') | cc/base/histograms.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/histograms.h
diff --git a/cc/base/histograms.h b/cc/base/histograms.h
index 8c8b4672a09be6e3ce6ea80289ec2cf9641689fc..6614f73ef65307980a473af448a36f00c93ac201 100644
--- a/cc/base/histograms.h
+++ b/cc/base/histograms.h
@@ -6,6 +6,7 @@
#define CC_BASE_HISTOGRAMS_H_
#include "base/compiler_specific.h"
+#include "base/macros.h"
#include "base/metrics/histogram_base.h"
#include "base/metrics/histogram_macros.h"
#include "base/numerics/safe_math.h"
« no previous file with comments | « cc/base/delayed_unique_notifier.h ('k') | cc/base/histograms.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698