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

Unified Diff: shell/in_process_native_runner.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/in_process_native_runner.cc
diff --git a/shell/in_process_native_runner.cc b/shell/in_process_native_runner.cc
index 084ab9e84e5b9b78730565ae4cc0dcb2d3fa2e6f..f12708dda99e7ce32b3bfefebca6fa5e405023a4 100644
--- a/shell/in_process_native_runner.cc
+++ b/shell/in_process_native_runner.cc
@@ -11,7 +11,6 @@
#include "base/threading/platform_thread.h"
#include "shell/native_application_support.h"
-namespace mojo {
namespace shell {
InProcessNativeRunner::InProcessNativeRunner(Context* context)
@@ -32,7 +31,7 @@ InProcessNativeRunner::~InProcessNativeRunner() {
void InProcessNativeRunner::Start(
const base::FilePath& app_path,
NativeApplicationCleanup cleanup,
- InterfaceRequest<Application> application_request,
+ mojo::InterfaceRequest<mojo::Application> application_request,
const base::Closure& app_completed_callback) {
app_path_ = app_path;
cleanup_ = cleanup;
@@ -70,4 +69,3 @@ scoped_ptr<NativeRunner> InProcessNativeRunnerFactory::Create(
}
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698