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

Unified Diff: mojo/shell/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/shell/native_application_support.cc ('k') | mojo/shell/native_runner_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/native_runner.h
diff --git a/mojo/shell/application_manager/native_runner.h b/mojo/shell/native_runner.h
similarity index 89%
rename from mojo/shell/application_manager/native_runner.h
rename to mojo/shell/native_runner.h
index bc62b77a6038725443db901d63cff1233b73c741..cc2ffb883cc96364aef7061b4e42796e06b039ba 100644
--- a/mojo/shell/application_manager/native_runner.h
+++ b/mojo/shell/native_runner.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef SHELL_APPLICATION_MANAGER_NATIVE_RUNNER_H_
-#define SHELL_APPLICATION_MANAGER_NATIVE_RUNNER_H_
+#ifndef MOJO_SHELL_NATIVE_RUNNER_H_
+#define MOJO_SHELL_NATIVE_RUNNER_H_
#include "base/callback_forward.h"
#include "base/memory/scoped_ptr.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/interfaces/application/application.mojom.h"
-#include "mojo/shell/native_application_support.h"
+#include "mojo/runner/native_application_support.h"
namespace base {
class FilePath;
@@ -55,4 +55,4 @@ class NativeRunnerFactory {
} // namespace shell
} // namespace mojo
-#endif // SHELL_APPLICATION_MANAGER_NATIVE_RUNNER_H_
+#endif // MOJO_SHELL_NATIVE_RUNNER_H_
« no previous file with comments | « mojo/shell/native_application_support.cc ('k') | mojo/shell/native_runner_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698