Index: shell/android/mojo_main.cc |
diff --git a/shell/android/mojo_main.cc b/shell/android/mojo_main.cc |
index 86ae823380e69b678576ffd051484875f25bec83..9a894be2a4aa4880a83f43b95c8b198a81bbe312 100644 |
--- a/shell/android/mojo_main.cc |
+++ b/shell/android/mojo_main.cc |
@@ -85,7 +85,7 @@ void ConfigureAndroidServices(Context* context) { |
GURL("mojo:android_handler")); |
// By default, the keyboard is handled by the native_viewport_service. |
- context->mojo_url_resolver()->AddCustomMapping( |
+ context->url_resolver()->AddURLMapping( |
GURL("mojo:keyboard"), GURL("mojo:native_viewport_service")); |
} |