| Index: services/service_manager/runner/host/out_of_process_native_runner.h
|
| diff --git a/services/service_manager/runner/host/out_of_process_native_runner.h b/services/service_manager/runner/host/out_of_process_native_runner.h
|
| index c46e4bf03383fda5629311afdaec0faf0b598eab..df61565b7ef18823e0d2b1c71541d485dcd34d98 100644
|
| --- a/services/service_manager/runner/host/out_of_process_native_runner.h
|
| +++ b/services/service_manager/runner/host/out_of_process_native_runner.h
|
| @@ -19,7 +19,7 @@ namespace base {
|
| class TaskRunner;
|
| }
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
|
|
| class ChildProcessHost;
|
| class NativeRunnerDelegate;
|
| @@ -69,6 +69,6 @@ class OutOfProcessNativeRunnerFactory : public NativeRunnerFactory {
|
| DISALLOW_COPY_AND_ASSIGN(OutOfProcessNativeRunnerFactory);
|
| };
|
|
|
| -} // namespace shell
|
| +} // namespace service_manager
|
|
|
| #endif // SERVICES_SERVICE_MANAGER_RUNNER_HOST_OUT_OF_PROCESS_NATIVE_RUNNER_H_
|
|
|