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

Unified Diff: chrome/common/profiling.cc

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/profiling.h ('k') | chrome/common/ref_counted_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/profiling.cc
diff --git a/chrome/common/profiling.cc b/chrome/common/profiling.cc
index e89e07594c1862d8da39926e1282a2ae675cef82..65eee4506bea9332bd967aa70bd6d8df160fcb42 100644
--- a/chrome/common/profiling.cc
+++ b/chrome/common/profiling.cc
@@ -10,6 +10,7 @@
#include "base/debug/profiler.h"
#include "base/lazy_instance.h"
#include "base/location.h"
+#include "base/macros.h"
#include "base/single_thread_task_runner.h"
#include "base/strings/string_util.h"
#include "base/threading/thread.h"
« no previous file with comments | « chrome/common/profiling.h ('k') | chrome/common/ref_counted_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698