Index: android_webview/native/aw_contents.cc |
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc |
index e319f58b56df4eaa1951dd6dd8c7792cf3677a86..375065077e980a6bfe1350a2690b96f15c30bcfd 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" |
@@ -65,9 +65,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" { |