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

Unified Diff: content/worker/worker_main.cc

Issue 16431007: Use a direct include of strings headers in content/test/, content/worker/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reup? Created 7 years, 6 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 | « content/test/net/url_request_slow_download_job.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/worker/worker_main.cc
diff --git a/content/worker/worker_main.cc b/content/worker/worker_main.cc
index 3527dd15423da3deb40e8c2023bb142444a9a4a5..a95bae46d46a720d12869eea7f97144a4e805453 100644
--- a/content/worker/worker_main.cc
+++ b/content/worker/worker_main.cc
@@ -7,7 +7,7 @@
#include "base/hi_res_timer_manager.h"
#include "base/message_loop.h"
#include "base/power_monitor/power_monitor.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "base/threading/platform_thread.h"
#include "content/child/child_process.h"
#include "content/common/sandbox_linux.h"
« no previous file with comments | « content/test/net/url_request_slow_download_job.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698