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

Unified Diff: webkit/plugins/npapi/plugin_string_stream.cc

Issue 18191004: webkit: Migrate from googleurl/ includes to url/ ones. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync+rebase 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/plugin_stream_url.h ('k') | webkit/plugins/npapi/webplugin_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/plugin_string_stream.cc
diff --git a/webkit/plugins/npapi/plugin_string_stream.cc b/webkit/plugins/npapi/plugin_string_stream.cc
index d38b4c1581ad0021fa278e1a4f8ccdec27c29b58..c2d5bf3d8cf9932502291032a343cfdf4f6d9967 100644
--- a/webkit/plugins/npapi/plugin_string_stream.cc
+++ b/webkit/plugins/npapi/plugin_string_stream.cc
@@ -4,7 +4,7 @@
#include "webkit/plugins/npapi/plugin_string_stream.h"
-#include "googleurl/src/gurl.h"
+#include "url/gurl.h"
namespace webkit {
namespace npapi {
« no previous file with comments | « webkit/plugins/npapi/plugin_stream_url.h ('k') | webkit/plugins/npapi/webplugin_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698