summaryrefslogtreecommitdiffstats
path: root/android_webview/lib
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 21:38:53 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-29 21:38:53 +0000
commitda3044410312b4a80845708910a4388cd104e509 (patch)
treeb85ec29b0d4c20937bc429c0da59f02d1df2718d /android_webview/lib
parenta9b08ccb413ca9689e842393e103e64ba84ee280 (diff)
downloadchromium_src-da3044410312b4a80845708910a4388cd104e509.zip
chromium_src-da3044410312b4a80845708910a4388cd104e509.tar.gz
chromium_src-da3044410312b4a80845708910a4388cd104e509.tar.bz2
components: Move web_contents_delegate_android into web_contents_delegate_android namespace.
BUG=238224 R=joi@chromium.org, joth@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/16073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202981 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/lib')
-rw-r--r--android_webview/lib/main/webview_entry_point.cc2
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.