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

Unified Diff: base/debug/profiler.cc

Issue 7624014: Include base/stringprintf.h in base/debug/profiler.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/debug/profiler.cc
diff --git a/base/debug/profiler.cc b/base/debug/profiler.cc
index 8597dac92a1c903ced03dc9756e5d10a353352da..e62b6b6a77b9412e2475c6166b6af97076bb2b00 100644
--- a/base/debug/profiler.cc
+++ b/base/debug/profiler.cc
@@ -8,6 +8,7 @@
#include "base/process_util.h"
#include "base/string_util.h"
+#include "base/stringprintf.h"
#if defined(ENABLE_PROFILING) && !defined(NO_TCMALLOC)
#include "third_party/tcmalloc/chromium/src/google/profiler.h"
@@ -62,4 +63,3 @@ bool BeingProfiled() {
} // namespace debug
} // namespace base
-
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698