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

Unified Diff: content/browser/android/download_controller_android_impl.h

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
« no previous file with comments | « content/browser/android/content_view_core_impl.h ('k') | content/browser/android/load_url_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/download_controller_android_impl.h
diff --git a/content/browser/android/download_controller_android_impl.h b/content/browser/android/download_controller_android_impl.h
index c8a0ea23eab3e9da25986cc3261bdccf3f1a990c..db9b9cf99bba623f907b606c2e95fdb53976b5af 100644
--- a/content/browser/android/download_controller_android_impl.h
+++ b/content/browser/android/download_controller_android_impl.h
@@ -27,8 +27,8 @@
#include "base/memory/singleton.h"
#include "content/public/browser/android/download_controller_android.h"
#include "content/public/browser/download_item.h"
-#include "googleurl/src/gurl.h"
#include "net/cookies/cookie_monster.h"
+#include "url/gurl.h"
namespace net {
class URLRequest;
« no previous file with comments | « content/browser/android/content_view_core_impl.h ('k') | content/browser/android/load_url_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698