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

Unified Diff: mojo/shell/shell_impl.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/shell_apptest.cc ('k') | mojo/shell/shell_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/shell/shell_impl.h
diff --git a/mojo/shell/application_manager/shell_impl.h b/mojo/shell/shell_impl.h
similarity index 90%
rename from mojo/shell/application_manager/shell_impl.h
rename to mojo/shell/shell_impl.h
index ef557a6310bb7eb333ea2746bc71f305288acc08..cf8be59d821333b6b12b23d117396299d1672686 100644
--- a/mojo/shell/application_manager/shell_impl.h
+++ b/mojo/shell/shell_impl.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_APPLICATION_MANAGER_SHELL_IMPL_H_
-#define SHELL_APPLICATION_MANAGER_SHELL_IMPL_H_
+#ifndef MOJO_SHELL_SHELL_IMPL_H_
+#define MOJO_SHELL_SHELL_IMPL_H_
#include "base/callback.h"
#include "mojo/public/cpp/bindings/binding.h"
#include "mojo/public/cpp/bindings/error_handler.h"
#include "mojo/public/interfaces/application/application.mojom.h"
#include "mojo/public/interfaces/application/shell.mojom.h"
-#include "mojo/shell/application_manager/identity.h"
+#include "mojo/shell/identity.h"
#include "url/gurl.h"
namespace mojo {
@@ -59,4 +59,4 @@ class ShellImpl : public Shell, public ErrorHandler {
} // namespace shell
} // namespace mojo
-#endif // SHELL_APPLICATION_MANAGER_SHELL_IMPL_H_
+#endif // MOJO_SHELL_SHELL_IMPL_H_
« no previous file with comments | « mojo/shell/shell_apptest.cc ('k') | mojo/shell/shell_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698