Use the mojo::shell namespace consistently under shell/.
(Esp. under shell/application_manager/.)
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/972433004
diff --git a/shell/android/android_handler.cc b/shell/android/android_handler.cc
index 916d9f7..88b1cfd 100644
--- a/shell/android/android_handler.cc
+++ b/shell/android/android_handler.cc
@@ -23,6 +23,7 @@
using base::android::GetApplicationContext;
namespace mojo {
+namespace shell {
namespace {
@@ -64,9 +65,8 @@
}
// Run the application.
- base::ScopedNativeLibrary app_library_from_runner(
- shell::LoadAndRunNativeApplication(app_path, NativeRunner::DeleteAppPath,
- application_request.Pass()));
+ base::ScopedNativeLibrary app_library_from_runner(LoadAndRunNativeApplication(
+ app_path, NativeRunner::DeleteAppPath, application_request.Pass()));
}
} // namespace
@@ -107,4 +107,5 @@
return RegisterNativesImpl(env);
}
+} // namespace shell
} // namespace mojo