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

Unified Diff: services/service_manager/native_runner.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/manifest.json ('k') | services/service_manager/native_runner_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/native_runner.h
diff --git a/services/shell/native_runner.h b/services/service_manager/native_runner.h
similarity index 84%
rename from services/shell/native_runner.h
rename to services/service_manager/native_runner.h
index 20d0a841e85798d43b2648c20b6cf0c5b34dfcee..9123630fe01da6582b7f36215b1e4da66eb03439 100644
--- a/services/shell/native_runner.h
+++ b/services/service_manager/native_runner.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 SERVICES_SHELL_NATIVE_RUNNER_H_
-#define SERVICES_SHELL_NATIVE_RUNNER_H_
+#ifndef SERVICES_SERVICE_MANAGER_NATIVE_RUNNER_H_
+#define SERVICES_SERVICE_MANAGER_NATIVE_RUNNER_H_
#include <memory>
#include "base/callback_forward.h"
#include "base/process/process_handle.h"
#include "mojo/public/cpp/bindings/interface_request.h"
-#include "services/shell/public/interfaces/service.mojom.h"
+#include "services/service_manager/public/interfaces/service.mojom.h"
namespace base {
class FilePath;
@@ -45,4 +45,4 @@ class NativeRunnerFactory {
} // namespace shell
-#endif // SERVICES_SHELL_NATIVE_RUNNER_H_
+#endif // SERVICES_SERVICE_MANAGER_NATIVE_RUNNER_H_
« no previous file with comments | « services/service_manager/manifest.json ('k') | services/service_manager/native_runner_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698