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

Unified Diff: content/child/npobject_util.cc

Issue 16614005: Use a direct include of strings headers in content/child/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/child/np_channel_base.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/npobject_util.cc
diff --git a/content/child/npobject_util.cc b/content/child/npobject_util.cc
index c86ce91a36443df91cd369027113899f450ba0d2..25e1d7e62c5660637d6aced4be16f2e980f47522 100644
--- a/content/child/npobject_util.cc
+++ b/content/child/npobject_util.cc
@@ -4,7 +4,7 @@
#include "content/child/npobject_util.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "content/child/np_channel_base.h"
#include "content/child/npobject_proxy.h"
#include "content/child/plugin_messages.h"
« no previous file with comments | « content/child/np_channel_base.cc ('k') | content/child/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698