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