Index: shell/android/android_handler.cc |
diff --git a/shell/android/android_handler.cc b/shell/android/android_handler.cc |
index b2c1118e0a59daec31fe39b0bfef3feb76d939e3..c52b3403868c532c2383aae0dc4c476932bbd3ff 100644 |
--- a/shell/android/android_handler.cc |
+++ b/shell/android/android_handler.cc |
@@ -44,7 +44,7 @@ void RunAndroidApplication(JNIEnv* env, |
const base::FilePath& app_path, |
jint j_handle) { |
mojo::InterfaceRequest<mojo::Application> application_request = |
- mojo::MakeRequest<mojo::Application>( |
+ mojo::InterfaceRequest<mojo::Application>( |
mojo::MakeScopedHandle(mojo::MessagePipeHandle(j_handle))); |
// Load the library, so that we can set the application context there if |