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_ |