diff options
Diffstat (limited to 'android_webview/lib')
-rw-r--r-- | android_webview/lib/main/webview_entry_point.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/lib/main/webview_entry_point.cc b/android_webview/lib/main/webview_entry_point.cc index 8b8b039..e7ea8af 100644 --- a/android_webview/lib/main/webview_entry_point.cc +++ b/android_webview/lib/main/webview_entry_point.cc @@ -16,7 +16,7 @@ static base::android::RegistrationMethod { "NavigationInterception", navigation_interception::RegisterNavigationInterceptionJni }, { "WebContentsDelegateAndroid", - components::RegisterWebContentsDelegateAndroidJni }, + web_contents_delegate_android::RegisterWebContentsDelegateAndroidJni }, }; // This is called by the VM when the shared library is first loaded. |