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

Unified Diff: webkit/common/resource_response_info.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/resource_request_body.h ('k') | webkit/common/user_agent/user_agent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/resource_response_info.h
diff --git a/webkit/common/resource_response_info.h b/webkit/common/resource_response_info.h
index e73ad22455f90f1a858d95eaa11bc5b849cde49d..5f8b88bdfc8c6da8b45fe2baf5cbab81f8c27ef7 100644
--- a/webkit/common/resource_response_info.h
+++ b/webkit/common/resource_response_info.h
@@ -11,10 +11,10 @@
#include "base/files/file_path.h"
#include "base/memory/ref_counted.h"
#include "base/time/time.h"
-#include "googleurl/src/gurl.h"
#include "net/base/host_port_pair.h"
#include "net/base/load_timing_info.h"
#include "net/http/http_response_info.h"
+#include "url/gurl.h"
#include "webkit/common/resource_devtools_info.h"
namespace webkit_glue {
« no previous file with comments | « webkit/common/resource_request_body.h ('k') | webkit/common/user_agent/user_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698