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

Unified Diff: webkit/common/resource_request_body.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/common/fileapi/file_system_util_unittest.cc ('k') | webkit/common/resource_response_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/resource_request_body.h
diff --git a/webkit/common/resource_request_body.h b/webkit/common/resource_request_body.h
index f5409ff6df8b343a7327ddf9c444b1899a92878c..4c89112cc64640e2d7b9a538ce025399d6e494b3 100644
--- a/webkit/common/resource_request_body.h
+++ b/webkit/common/resource_request_body.h
@@ -10,7 +10,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/supports_user_data.h"
-#include "googleurl/src/gurl.h"
+#include "url/gurl.h"
#include "webkit/base/data_element.h"
#include "webkit/common/webkit_common_export.h"
« no previous file with comments | « webkit/common/fileapi/file_system_util_unittest.cc ('k') | webkit/common/resource_response_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698