Index: android_webview/native/aw_contents.cc |
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc |
index a44fb06c5c6945cbc8b05ac3e8faea6b47783fce..658ad242fcbb49efaa613922517d8606060203dc 100644 |
--- a/android_webview/native/aw_contents.cc |
+++ b/android_webview/native/aw_contents.cc |
@@ -27,7 +27,7 @@ |
#include "base/pickle.h" |
#include "base/supports_user_data.h" |
#include "cc/layer.h" |
-#include "content/components/navigation_interception/intercept_navigation_delegate.h" |
+#include "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" |
@@ -64,9 +64,9 @@ using base::android::ConvertUTF8ToJavaString; |
using base::android::JavaRef; |
using base::android::ScopedJavaGlobalRef; |
using base::android::ScopedJavaLocalRef; |
+using components::InterceptNavigationDelegate; |
using content::BrowserThread; |
using content::ContentViewCore; |
-using content::InterceptNavigationDelegate; |
using content::WebContents; |
extern "C" { |