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

Unified Diff: webkit/plugins/npapi/test/plugin_private_test.cc

Issue 16739016: Use a direct include of strings headers in webkit/, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing include from ordering 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 | « webkit/plugins/npapi/test/plugin_geturl_test.cc ('k') | webkit/plugins/npapi/test/plugin_setup_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/test/plugin_private_test.cc
diff --git a/webkit/plugins/npapi/test/plugin_private_test.cc b/webkit/plugins/npapi/test/plugin_private_test.cc
index b3aabce58628cd4cf00c1820ee1d084f7b13f393..cdfa8a9ced75994b8846bb8b2f26ba54806307f5 100644
--- a/webkit/plugins/npapi/test/plugin_private_test.cc
+++ b/webkit/plugins/npapi/test/plugin_private_test.cc
@@ -5,7 +5,7 @@
#include "webkit/plugins/npapi/test/plugin_private_test.h"
#include "base/basictypes.h"
-#include "base/string_util.h"
+#include "base/strings/string_util.h"
#include "webkit/plugins/npapi/test/plugin_client.h"
namespace NPAPIClient {
« no previous file with comments | « webkit/plugins/npapi/test/plugin_geturl_test.cc ('k') | webkit/plugins/npapi/test/plugin_setup_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698