| 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(
|
|
|