| 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 4b4e443b1a06596260c85cff6af428b88b9320e4..2b52fc6304f2ed46dd2a174819ebf029bc82ec52 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 | 
|  |