Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(459)

Unified Diff: shell/android/intent_receiver_manager_factory.cc

Issue 1067173003: Remove mojo:: part of mojo::shell:: nested namespace in //shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698