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

Unified Diff: ash/screensaver/screensaver_view.h

Issue 18919005: Migrate from googleurl/ includes to url/ ones in the remaining top-level directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make googleurl a temp include rule - to prevent others including it again 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
Index: ash/screensaver/screensaver_view.h
diff --git a/ash/screensaver/screensaver_view.h b/ash/screensaver/screensaver_view.h
index 610c8b0fd75b7fd7db58b9200414fd72a968150f..2e27c4e4b2874608be43afd79547110eec55f403 100644
--- a/ash/screensaver/screensaver_view.h
+++ b/ash/screensaver/screensaver_view.h
@@ -8,8 +8,8 @@
#include "ash/ash_export.h"
#include "base/callback.h"
#include "content/public/browser/web_contents_observer.h"
-#include "googleurl/src/gurl.h"
#include "ui/views/widget/widget_delegate.h"
+#include "url/gurl.h"
namespace content {
class BrowserContent;
« no previous file with comments | « ash/keyboard_overlay/keyboard_overlay_delegate.h ('k') | chrome/browser/download/download_request_limiter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698