Index: shell/android/intent_receiver_manager_factory.h |
diff --git a/shell/android/intent_receiver_manager_factory.h b/shell/android/intent_receiver_manager_factory.h |
index 775ce18afcc6b865d9782c00418dd146162979de..f25ee0139bf85b4c6fd6fc6162f0a2907fb47d47 100644 |
--- a/shell/android/intent_receiver_manager_factory.h |
+++ b/shell/android/intent_receiver_manager_factory.h |
@@ -9,19 +9,19 @@ |
#include "services/android/intent_receiver.mojom.h" |
#include "shell/android/intent_receiver_manager_impl.h" |
-namespace mojo { |
namespace shell { |
+ |
class IntentReceiverManagerFactory |
- : public InterfaceFactory<intent_receiver::IntentReceiverManager> { |
+ : public mojo::InterfaceFactory<intent_receiver::IntentReceiverManager> { |
private: |
// From InterfaceFactory: |
- void Create(ApplicationConnection* connection, |
- InterfaceRequest<intent_receiver::IntentReceiverManager> request) |
- override; |
+ void Create(mojo::ApplicationConnection* connection, |
+ mojo::InterfaceRequest<intent_receiver::IntentReceiverManager> |
+ request) override; |
IntentReceiverManagerImpl intent_manager_; |
}; |
+ |
} // namespace shell |
-} // namespace mojo |
#endif // SHELL_ANDROID_INTENT_RECEIVER_MANAGER_FACTORY_H_ |