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

Unified Diff: content/common/child_process_info.cc

Issue 6997006: iwyu: Include stringprintf.h where appropriate, part 1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
Index: content/common/child_process_info.cc
diff --git a/content/common/child_process_info.cc b/content/common/child_process_info.cc
index 109a4f4250da29d19380cd9992d324ac8e64b850..fad7e031de1909a3e548854724acd2d9b507669f 100644
--- a/content/common/child_process_info.cc
+++ b/content/common/child_process_info.cc
@@ -11,7 +11,7 @@
#include "base/logging.h"
#include "base/process_util.h"
#include "base/rand_util.h"
-#include "base/string_util.h"
+#include "base/stringprintf.h"
#include "base/utf_string_conversions.h"
ChildProcessInfo::ChildProcessInfo(ProcessType type, int id) :

Powered by Google App Engine
This is Rietveld 408576698