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

Unified Diff: shell/out_of_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/out_of_process_native_runner.cc
diff --git a/shell/out_of_process_native_runner.cc b/shell/out_of_process_native_runner.cc
index 0459190a816cb20898fdc690eb8a607bc854148d..da3abdb050226f58ad2c1dbf57e7cccf194e6d47 100644
--- a/shell/out_of_process_native_runner.cc
+++ b/shell/out_of_process_native_runner.cc
@@ -12,7 +12,6 @@
#include "shell/child_process_host.h"
#include "shell/in_process_native_runner.h"
-namespace mojo {
namespace shell {
OutOfProcessNativeRunner::OutOfProcessNativeRunner(Context* context)
@@ -31,7 +30,7 @@ OutOfProcessNativeRunner::~OutOfProcessNativeRunner() {
void OutOfProcessNativeRunner::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;
@@ -71,4 +70,3 @@ scoped_ptr<NativeRunner> OutOfProcessNativeRunnerFactory::Create(
}
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698