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

Unified Diff: services/shell/shell.h

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 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 | « services/shell/runner/init.cc ('k') | services/shell/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/shell.h
diff --git a/mojo/shell/shell.h b/services/shell/shell.h
similarity index 89%
rename from mojo/shell/shell.h
rename to services/shell/shell.h
index 60c5dadbba229e794e0ea5118208ee146cde7777..9151ebbb219b1750a79dafcf8dfe8370d4a3f597 100644
--- a/mojo/shell/shell.h
+++ b/services/shell/shell.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 MOJO_SHELL_SHELL_H_
-#define MOJO_SHELL_SHELL_H_
+#ifndef SERVICES_SHELL_SHELL_H_
+#define SERVICES_SHELL_SHELL_H_
#include <map>
#include <vector>
@@ -13,19 +13,19 @@
#include "base/memory/weak_ptr.h"
#include "mojo/public/cpp/bindings/binding_set.h"
#include "mojo/public/cpp/bindings/interface_ptr_set.h"
-#include "mojo/shell/connect_params.h"
-#include "mojo/shell/loader.h"
-#include "mojo/shell/native_runner.h"
-#include "mojo/shell/public/cpp/capabilities.h"
-#include "mojo/shell/public/cpp/identity.h"
-#include "mojo/shell/public/cpp/interface_factory.h"
-#include "mojo/shell/public/cpp/shell_client.h"
-#include "mojo/shell/public/interfaces/connector.mojom.h"
-#include "mojo/shell/public/interfaces/interface_provider.mojom.h"
-#include "mojo/shell/public/interfaces/shell.mojom.h"
-#include "mojo/shell/public/interfaces/shell_client.mojom.h"
-#include "mojo/shell/public/interfaces/shell_client_factory.mojom.h"
-#include "mojo/shell/public/interfaces/shell_resolver.mojom.h"
+#include "services/shell/connect_params.h"
+#include "services/shell/loader.h"
+#include "services/shell/native_runner.h"
+#include "services/shell/public/cpp/capabilities.h"
+#include "services/shell/public/cpp/identity.h"
+#include "services/shell/public/cpp/interface_factory.h"
+#include "services/shell/public/cpp/shell_client.h"
+#include "services/shell/public/interfaces/connector.mojom.h"
+#include "services/shell/public/interfaces/interface_provider.mojom.h"
+#include "services/shell/public/interfaces/shell.mojom.h"
+#include "services/shell/public/interfaces/shell_client.mojom.h"
+#include "services/shell/public/interfaces/shell_client_factory.mojom.h"
+#include "services/shell/public/interfaces/shell_resolver.mojom.h"
namespace mojo {
class ShellConnection;
@@ -192,4 +192,4 @@ mojom::Connector::ConnectCallback EmptyConnectCallback();
} // namespace shell
} // namespace mojo
-#endif // MOJO_SHELL_SHELL_H_
+#endif // SERVICES_SHELL_SHELL_H_
« no previous file with comments | « services/shell/runner/init.cc ('k') | services/shell/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698