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

Unified Diff: content/renderer/dom_storage/webstoragenamespace_impl.cc

Issue 18868005: content: Migrate from googleurl/ includes to url/ ones. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
Index: content/renderer/dom_storage/webstoragenamespace_impl.cc
diff --git a/content/renderer/dom_storage/webstoragenamespace_impl.cc b/content/renderer/dom_storage/webstoragenamespace_impl.cc
index c755cb07f1cf70eca44111894757aebd72612e8f..de2b6c581a73264da2bdd7773c6c7294c09ee798 100644
--- a/content/renderer/dom_storage/webstoragenamespace_impl.cc
+++ b/content/renderer/dom_storage/webstoragenamespace_impl.cc
@@ -6,8 +6,8 @@
#include "base/logging.h"
#include "content/renderer/dom_storage/webstoragearea_impl.h"
-#include "googleurl/src/gurl.h"
#include "third_party/WebKit/public/platform/WebString.h"
+#include "url/gurl.h"
#include "webkit/common/dom_storage/dom_storage_types.h"
using WebKit::WebStorageArea;
« no previous file with comments | « content/renderer/android/content_detector.h ('k') | content/renderer/fetchers/alt_error_page_resource_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698