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

Unified Diff: webkit/support/test_shell_webblobregistry_impl.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/support/platform_support_android.cc ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/test_shell_webblobregistry_impl.cc
diff --git a/webkit/support/test_shell_webblobregistry_impl.cc b/webkit/support/test_shell_webblobregistry_impl.cc
index df185f3d1452427e7988ef1be2a96b90c0bdd2f9..977a2241364a150d683772458204846e565bd63d 100644
--- a/webkit/support/test_shell_webblobregistry_impl.cc
+++ b/webkit/support/test_shell_webblobregistry_impl.cc
@@ -7,9 +7,9 @@
#include "base/bind.h"
#include "base/files/file_path.h"
#include "base/message_loop.h"
-#include "googleurl/src/gurl.h"
#include "third_party/WebKit/public/platform/WebBlobData.h"
#include "third_party/WebKit/public/platform/WebURL.h"
+#include "url/gurl.h"
#include "webkit/browser/blob/blob_storage_controller.h"
#include "webkit/common/blob/blob_data.h"
« no previous file with comments | « webkit/support/platform_support_android.cc ('k') | webkit/support/webkit_support.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698