summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc2
-rw-r--r--android_webview/lib/main/webview_entry_point.cc2
-rw-r--r--android_webview/native/aw_contents.cc2
3 files changed, 3 insertions, 3 deletions
diff --git a/android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc b/android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc
index 4c73893..34b6ada 100644
--- a/android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc
+++ b/android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc
@@ -24,8 +24,8 @@
#include "net/url_request/url_request.h"
using android_webview::AwContentsIoThreadClient;
-using components::InterceptNavigationDelegate;
using content::BrowserThread;
+using navigation_interception::InterceptNavigationDelegate;
namespace {
diff --git a/android_webview/lib/main/webview_entry_point.cc b/android_webview/lib/main/webview_entry_point.cc
index e005098..8b8b039 100644
--- a/android_webview/lib/main/webview_entry_point.cc
+++ b/android_webview/lib/main/webview_entry_point.cc
@@ -14,7 +14,7 @@
static base::android::RegistrationMethod
kWebViewDependencyRegisteredMethods[] = {
{ "NavigationInterception",
- components::RegisterNavigationInterceptionJni },
+ navigation_interception::RegisterNavigationInterceptionJni },
{ "WebContentsDelegateAndroid",
components::RegisterWebContentsDelegateAndroidJni },
};
diff --git a/android_webview/native/aw_contents.cc b/android_webview/native/aw_contents.cc
index 22675f8..359ecbb 100644
--- a/android_webview/native/aw_contents.cc
+++ b/android_webview/native/aw_contents.cc
@@ -58,7 +58,7 @@ using base::android::ConvertUTF8ToJavaString;
using base::android::JavaRef;
using base::android::ScopedJavaGlobalRef;
using base::android::ScopedJavaLocalRef;
-using components::InterceptNavigationDelegate;
+using navigation_interception::InterceptNavigationDelegate;
using content::BrowserThread;
using content::ContentViewCore;
using content::WebContents;