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

Unified Diff: webkit/renderer/appcache/web_application_cache_host_impl.h

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
Index: webkit/renderer/appcache/web_application_cache_host_impl.h
diff --git a/webkit/renderer/appcache/web_application_cache_host_impl.h b/webkit/renderer/appcache/web_application_cache_host_impl.h
index 588a54c5a61573df5b1d2c00f6221d2d538256ec..752ad83de65034b4fe06ab2e54ab1925e973c4ea 100644
--- a/webkit/renderer/appcache/web_application_cache_host_impl.h
+++ b/webkit/renderer/appcache/web_application_cache_host_impl.h
@@ -7,10 +7,10 @@
#include <string>
-#include "googleurl/src/gurl.h"
-#include "third_party/WebKit/public/web/WebApplicationCacheHostClient.h"
#include "third_party/WebKit/public/platform/WebURLResponse.h"
#include "third_party/WebKit/public/platform/WebVector.h"
+#include "third_party/WebKit/public/web/WebApplicationCacheHostClient.h"
+#include "url/gurl.h"
#include "webkit/common/appcache/appcache_interfaces.h"
#include "webkit/renderer/webkit_storage_renderer_export.h"
« no previous file with comments | « webkit/plugins/ppapi/url_request_info_util.cc ('k') | webkit/renderer/dom_storage/dom_storage_cached_area.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698