| Index: chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| diff --git a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| index 601f059fb1acf5714928819310307852258181e8..93e83762aac703506683bd8b2fd003a66ea8a3de 100644
|
| --- a/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| +++ b/chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc
|
| @@ -46,7 +46,7 @@
|
| #include "third_party/protobuf/src/google/protobuf/repeated_field.h"
|
|
|
| #if defined(OS_ANDROID)
|
| -#include "chrome/browser/component/navigation_interception/intercept_navigation_delegate.h"
|
| +#include "content/components/navigation_interception/intercept_navigation_delegate.h"
|
| #endif
|
|
|
| // TODO(oshima): Enable this for other platforms.
|
| @@ -144,7 +144,7 @@ void ChromeResourceDispatcherHostDelegate::RequestBeginning(
|
| #if defined(OS_ANDROID)
|
| if (!is_prerendering && resource_type == ResourceType::MAIN_FRAME) {
|
| throttles->push_back(
|
| - navigation_interception::InterceptNavigationDelegate::CreateThrottleFor(
|
| + content::InterceptNavigationDelegate::CreateThrottleFor(
|
| request));
|
| }
|
| #endif
|
|
|