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

Unified Diff: webkit/common/appcache/appcache_interfaces.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
« no previous file with comments | « webkit/browser/quota/usage_tracker.h ('k') | webkit/common/appcache/appcache_interfaces.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/appcache/appcache_interfaces.h
diff --git a/webkit/common/appcache/appcache_interfaces.h b/webkit/common/appcache/appcache_interfaces.h
index 00de2a69c099a1e47bd948879fef5c4cea535901..e33cd88a2b831a9e46f20fcdf1c7017dd59b1881 100644
--- a/webkit/common/appcache/appcache_interfaces.h
+++ b/webkit/common/appcache/appcache_interfaces.h
@@ -7,15 +7,16 @@
#include <string>
#include <vector>
+
#include "base/basictypes.h"
#include "base/files/file_path.h"
#include "base/time/time.h"
-#include "googleurl/src/gurl.h"
+#include "url/gurl.h"
#include "webkit/common/webkit_storage_common_export.h"
namespace net {
class URLRequest;
-} // namespace net
+}
namespace appcache {
« no previous file with comments | « webkit/browser/quota/usage_tracker.h ('k') | webkit/common/appcache/appcache_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698