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

Unified Diff: services/service_manager/public/cpp/standalone_service/mach_broker.h

Issue 2557213002: Build services as standalone executables (Closed)
Patch Set: remove DCHECKs with side effects -_- Created 4 years 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
Index: services/service_manager/public/cpp/standalone_service/mach_broker.h
diff --git a/services/service_manager/runner/host/mach_broker.h b/services/service_manager/public/cpp/standalone_service/mach_broker.h
similarity index 86%
rename from services/service_manager/runner/host/mach_broker.h
rename to services/service_manager/public/cpp/standalone_service/mach_broker.h
index 5d139da9916a7bb9ec31ef1cba501655eb7b5687..bb96e9fb9744aa9b854c778889a0d4985fbfe6b5 100644
--- a/services/service_manager/runner/host/mach_broker.h
+++ b/services/service_manager/public/cpp/standalone_service/mach_broker.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_SERVICE_MANAGER_RUNNER_HOST_MACH_BROKER_H_
-#define SERVICES_SERVICE_MANAGER_RUNNER_HOST_MACH_BROKER_H_
+#ifndef SERVICES_SERVICE_MANAGER_PUBLIC_CPP_STANDALONE_SERVICE_MACH_BROKER_H_
+#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_STANDALONE_SERVICE_MACH_BROKER_H_
#include "base/mac/mach_port_broker.h"
@@ -50,4 +50,4 @@ class MachBroker {
} // namespace service_manager
-#endif // SERVICES_SERVICE_MANAGER_RUNNER_HOST_MACH_BROKER_H_
+#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_STANDALONE_SERVICE_MACH_BROKER_H_

Powered by Google App Engine
This is Rietveld 408576698