| Index: shell/android/intent_receiver_manager_factory.cc
|
| diff --git a/shell/android/intent_receiver_manager_factory.cc b/shell/android/intent_receiver_manager_factory.cc
|
| index 94ad16617b7757cd0da821d060e99ee964327d11..a35e2d404799c41710ea61f2a6d15bbcc460485f 100644
|
| --- a/shell/android/intent_receiver_manager_factory.cc
|
| +++ b/shell/android/intent_receiver_manager_factory.cc
|
| @@ -4,14 +4,12 @@
|
|
|
| #include "shell/android/intent_receiver_manager_factory.h"
|
|
|
| -namespace mojo {
|
| namespace shell {
|
|
|
| void IntentReceiverManagerFactory::Create(
|
| - ApplicationConnection* connection,
|
| - InterfaceRequest<intent_receiver::IntentReceiverManager> request) {
|
| + mojo::ApplicationConnection* connection,
|
| + mojo::InterfaceRequest<intent_receiver::IntentReceiverManager> request) {
|
| intent_manager_.Bind(request.Pass());
|
| }
|
|
|
| } // namespace shell
|
| -} // namespace mojo
|
|
|