| 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_
|
|
|