| Index: shell/android/library_loader.cc | 
| diff --git a/shell/android/library_loader.cc b/shell/android/library_loader.cc | 
| index d5230ac36ab8e7e23489adfa321805c59bd761b7..8479b2fccb0d51f9a20b08934da8cbe1c792c61b 100644 | 
| --- a/shell/android/library_loader.cc | 
| +++ b/shell/android/library_loader.cc | 
| @@ -9,6 +9,7 @@ | 
| #include "base/bind.h" | 
| #include "services/native_viewport/platform_viewport_android.h" | 
| #include "shell/android/android_handler.h" | 
| +#include "shell/android/intent_receiver_manager_impl.h" | 
| #include "shell/android/keyboard_impl.h" | 
| #include "shell/android/main.h" | 
|  | 
| @@ -16,6 +17,7 @@ namespace { | 
|  | 
| base::android::RegistrationMethod kMojoRegisteredMethods[] = { | 
| {"AndroidHandler", mojo::shell::RegisterAndroidHandlerJni}, | 
| +    {"IntentReceiverRegistry", mojo::shell::RegisterIntentReceiverRegistry}, | 
| {"Keyboard", mojo::shell::RegisterKeyboardJni}, | 
| {"PlatformViewportAndroid", | 
| native_viewport::PlatformViewportAndroid::Register}, | 
|  |