| Index: chrome/browser/android/chrome_jni_registrar.cc
|
| diff --git a/chrome/browser/android/chrome_jni_registrar.cc b/chrome/browser/android/chrome_jni_registrar.cc
|
| index dbf80f0492be0f9e80bf55e2c508c8eff7b43b5d..b11b9846a1b728e4f6ddb8cebd5b362becd07410 100644
|
| --- a/chrome/browser/android/chrome_jni_registrar.cc
|
| +++ b/chrome/browser/android/chrome_jni_registrar.cc
|
| @@ -14,12 +14,12 @@
|
| #include "chrome/browser/android/intent_helper.h"
|
| #include "chrome/browser/android/process_utils.h"
|
| #include "chrome/browser/android/provider/chrome_browser_provider.h"
|
| -#include "chrome/browser/component/navigation_interception/component_jni_registrar.h"
|
| #include "chrome/browser/component/web_contents_delegate_android/component_jni_registrar.h"
|
| #include "chrome/browser/history/android/sqlite_cursor.h"
|
| #include "chrome/browser/ui/android/autofill/autofill_external_delegate.h"
|
| #include "chrome/browser/ui/android/chrome_http_auth_handler.h"
|
| #include "chrome/browser/ui/android/javascript_app_modal_dialog_android.h"
|
| +#include "content/components/navigation_interception/component_jni_registrar.h"
|
|
|
| namespace chrome {
|
| namespace android {
|
| @@ -44,7 +44,7 @@ static base::android::RegistrationMethod kChromeRegisteredMethods[] = {
|
| JavascriptAppModalDialogAndroid::RegisterJavascriptAppModalDialog },
|
| { "ProcessUtils", RegisterProcessUtils },
|
| { "SqliteCursor", SQLiteCursor::RegisterSqliteCursor },
|
| - { "navigation_interception", navigation_interception::RegisterJni },
|
| + { "navigation_interception", content::RegisterNavigationInterceptionJni },
|
| };
|
|
|
| bool RegisterJni(JNIEnv* env) {
|
|
|