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

Unified Diff: mojo/runner/out_of_process_native_runner.h

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
« no previous file with comments | « mojo/runner/native_runner_unittest.cc ('k') | mojo/runner/out_of_process_native_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/out_of_process_native_runner.h
diff --git a/mojo/shell/out_of_process_native_runner.h b/mojo/runner/out_of_process_native_runner.h
similarity index 89%
rename from mojo/shell/out_of_process_native_runner.h
rename to mojo/runner/out_of_process_native_runner.h
index 23bba66fbc377a841750912403f5e428f5162cc1..323e87248d2760fde41be4781cf25c5ac257575a 100644
--- a/mojo/shell/out_of_process_native_runner.h
+++ b/mojo/runner/out_of_process_native_runner.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SHELL_OUT_OF_PROCESS_NATIVE_RUNNER_H_
-#define SHELL_OUT_OF_PROCESS_NATIVE_RUNNER_H_
+#ifndef MOJO_RUNNER_OUT_OF_PROCESS_NATIVE_RUNNER_H_
+#define MOJO_RUNNER_OUT_OF_PROCESS_NATIVE_RUNNER_H_
#include "base/callback.h"
#include "base/files/file_path.h"
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "mojo/public/cpp/bindings/error_handler.h"
-#include "mojo/shell/application_manager/native_runner.h"
+#include "mojo/shell/native_runner.h"
namespace mojo {
namespace shell {
@@ -62,4 +62,4 @@ class OutOfProcessNativeRunnerFactory : public NativeRunnerFactory {
} // namespace shell
} // namespace mojo
-#endif // SHELL_OUT_OF_PROCESS_NATIVE_RUNNER_H_
+#endif // MOJO_RUNNER_OUT_OF_PROCESS_NATIVE_RUNNER_H_
« no previous file with comments | « mojo/runner/native_runner_unittest.cc ('k') | mojo/runner/out_of_process_native_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698