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

Unified Diff: components/navigation_interception/intercept_navigation_delegate.cc

Issue 15600006: Cleanup: Remove unneeded gurl.h includes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
Index: components/navigation_interception/intercept_navigation_delegate.cc
===================================================================
--- components/navigation_interception/intercept_navigation_delegate.cc (revision 207184)
+++ components/navigation_interception/intercept_navigation_delegate.cc (working copy)
@@ -12,7 +12,6 @@
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/web_contents.h"
-#include "googleurl/src/gurl.h"
#include "jni/InterceptNavigationDelegate_jni.h"
#include "net/url_request/url_request.h"
@@ -46,7 +45,7 @@
return intercept_navigation_delegate->ShouldIgnoreNavigation(params);
}
-} // namespace
+} // namespace
// static
void InterceptNavigationDelegate::Associate(

Powered by Google App Engine
This is Rietveld 408576698