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

Unified Diff: shell/out_of_process_native_runner.h

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.h
diff --git a/shell/out_of_process_native_runner.h b/shell/out_of_process_native_runner.h
index c9cb7fae0ff487c41b330e35cb682242be557758..ff866686705f0720aa224c4296006e9d7b87e56d 100644
--- a/shell/out_of_process_native_runner.h
+++ b/shell/out_of_process_native_runner.h
@@ -12,7 +12,6 @@
#include "mojo/public/cpp/bindings/error_handler.h"
#include "shell/application_manager/native_runner.h"
-namespace mojo {
namespace shell {
class Context;
@@ -28,7 +27,7 @@ class OutOfProcessNativeRunner : public NativeRunner {
// |NativeRunner| method:
void Start(const base::FilePath& app_path,
NativeApplicationCleanup cleanup,
- InterfaceRequest<Application> application_request,
+ mojo::InterfaceRequest<mojo::Application> application_request,
const base::Closure& app_completed_callback) override;
private:
@@ -60,6 +59,5 @@ class OutOfProcessNativeRunnerFactory : public NativeRunnerFactory {
};
} // namespace shell
-} // namespace mojo
#endif // SHELL_OUT_OF_PROCESS_NATIVE_RUNNER_H_

Powered by Google App Engine
This is Rietveld 408576698