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

Unified Diff: services/service_manager/background/background_shell.h

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/service_manager/background/DEPS ('k') | services/service_manager/background/background_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/background/background_shell.h
diff --git a/services/shell/background/background_shell.h b/services/service_manager/background/background_shell.h
similarity index 87%
rename from services/shell/background/background_shell.h
rename to services/service_manager/background/background_shell.h
index 363b88bd3d77caffea278093e3bd7b7d71aaf766..228eaf5d8d43a8cc0b595385b43da3e6c1f73508 100644
--- a/services/shell/background/background_shell.h
+++ b/services/service_manager/background/background_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 SERVICES_SHELL_BACKGROUND_BACKGROUND_SHELL_H_
-#define SERVICES_SHELL_BACKGROUND_BACKGROUND_SHELL_H_
+#ifndef SERVICES_SERVICE_MANAGER_BACKGROUND_BACKGROUND_SHELL_H_
+#define SERVICES_SERVICE_MANAGER_BACKGROUND_BACKGROUND_SHELL_H_
#include <memory>
#include <vector>
@@ -11,7 +11,7 @@
#include "base/macros.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "services/catalog/store.h"
-#include "services/shell/public/interfaces/service.mojom.h"
+#include "services/service_manager/public/interfaces/service.mojom.h"
namespace catalog {
class Store;
@@ -66,4 +66,4 @@ class BackgroundShell {
} // namespace shell
-#endif // SERVICES_SHELL_BACKGROUND_BACKGROUND_SHELL_H_
+#endif // SERVICES_SERVICE_MANAGER_BACKGROUND_BACKGROUND_SHELL_H_
« no previous file with comments | « services/service_manager/background/DEPS ('k') | services/service_manager/background/background_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698