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

Unified Diff: chrome/common/profiling.h

Issue 1548153002: Switch to standard integer types in chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/common/prerender_messages.h ('k') | chrome/common/profiling.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/profiling.h
diff --git a/chrome/common/profiling.h b/chrome/common/profiling.h
index 80e092ddc5f243772710b4e7ab656f97459f934b..6da67d977a5b6b56852d0edc8970cac4571aeef2 100644
--- a/chrome/common/profiling.h
+++ b/chrome/common/profiling.h
@@ -7,8 +7,8 @@
#include "build/build_config.h"
-#include "base/basictypes.h"
#include "base/debug/profiler.h"
+#include "base/macros.h"
// The Profiling class manages the interaction with a sampling based profiler.
// Its function is controlled by the kProfilingAtStart, kProfilingFile, and
« no previous file with comments | « chrome/common/prerender_messages.h ('k') | chrome/common/profiling.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698