| Index: android_webview/native/aw_contents.cc
|
| diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
|
| index 68f2f6be2c4e45eb40321ed10a9a2fba419a697e..a6b2c7ccdee2032f3540a76f8ea62a35cfd0cd6b 100644
|
| --- a/android_webview/native/aw_contents.cc
|
| +++ b/android_webview/native/aw_contents.cc
|
| @@ -15,7 +15,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"
|
| @@ -35,8 +35,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;
|
|
|
| namespace android_webview {
|
|
|
|
|