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

Unified Diff: mojo/runner/in_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/filename_util.cc ('k') | mojo/runner/in_process_native_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/in_process_native_runner.h
diff --git a/mojo/shell/in_process_native_runner.h b/mojo/runner/in_process_native_runner.h
similarity index 88%
rename from mojo/shell/in_process_native_runner.h
rename to mojo/runner/in_process_native_runner.h
index a5639f4766b6f23327466d549bce54fac3e494e2..e8afcfd987a46f26c2a7efad8a58fa8bc33b0d32 100644
--- a/mojo/shell/in_process_native_runner.h
+++ b/mojo/runner/in_process_native_runner.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SHELL_IN_PROCESS_NATIVE_RUNNER_H_
-#define SHELL_IN_PROCESS_NATIVE_RUNNER_H_
+#ifndef MOJO_RUNNER_IN_PROCESS_NATIVE_RUNNER_H_
+#define MOJO_RUNNER_IN_PROCESS_NATIVE_RUNNER_H_
#include "base/callback.h"
#include "base/files/file_path.h"
@@ -11,8 +11,8 @@
#include "base/memory/scoped_ptr.h"
#include "base/scoped_native_library.h"
#include "base/threading/simple_thread.h"
-#include "mojo/shell/application_manager/native_runner.h"
-#include "mojo/shell/native_application_support.h"
+#include "mojo/runner/native_application_support.h"
+#include "mojo/shell/native_runner.h"
namespace mojo {
namespace shell {
@@ -64,4 +64,4 @@ class InProcessNativeRunnerFactory : public NativeRunnerFactory {
} // namespace shell
} // namespace mojo
-#endif // SHELL_IN_PROCESS_NATIVE_RUNNER_H_
+#endif // MOJO_RUNNER_IN_PROCESS_NATIVE_RUNNER_H_
« no previous file with comments | « mojo/runner/filename_util.cc ('k') | mojo/runner/in_process_native_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698