| Index: android_webview/native/aw_contents.cc | 
| diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc | 
| index 9da03b318f16e1a8ce901c5a7cbe5c1943d8091f..1419646fad98b8cf38761f1b86801dac18cf3b14 100644 | 
| --- a/android_webview/native/aw_contents.cc | 
| +++ b/android_webview/native/aw_contents.cc | 
| @@ -16,7 +16,7 @@ | 
| #include "base/bind.h" | 
| #include "base/callback.h" | 
| #include "base/supports_user_data.h" | 
| -#include "chrome/browser/component/navigation_interception/intercept_navigation_delegate.h" | 
| +#include "content/components/navigation_interception/intercept_navigation_delegate.h" | 
| #include "content/public/browser/android/content_view_core.h" | 
| #include "content/public/browser/browser_thread.h" | 
| #include "content/public/browser/cert_store.h" | 
| @@ -36,8 +36,8 @@ using base::android::ScopedJavaGlobalRef; | 
| using base::android::ScopedJavaLocalRef; | 
| using content::BrowserThread; | 
| using content::ContentViewCore; | 
| +using content::InterceptNavigationDelegate; | 
| using content::WebContents; | 
| -using navigation_interception::InterceptNavigationDelegate; | 
|  | 
| extern "C" { | 
| static AwGLDrawFunction GLDrawFunction; | 
|  |