| Index: services/service_manager/runner/host/in_process_native_runner.h
|
| diff --git a/services/service_manager/runner/host/in_process_native_runner.h b/services/service_manager/runner/host/in_process_native_runner.h
|
| index 469384c55088d29cf9c592969be15b8cf7fe5af6..9da7becae09d273de34c11de982da578a7498394 100644
|
| --- a/services/service_manager/runner/host/in_process_native_runner.h
|
| +++ b/services/service_manager/runner/host/in_process_native_runner.h
|
| @@ -18,7 +18,7 @@ namespace base {
|
| class TaskRunner;
|
| }
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
|
|
| // An implementation of |NativeRunner| that loads/runs the given service (from
|
| // the file system) on a separate thread (in the current process).
|
| @@ -65,6 +65,6 @@ class InProcessNativeRunnerFactory : public NativeRunnerFactory {
|
| DISALLOW_COPY_AND_ASSIGN(InProcessNativeRunnerFactory);
|
| };
|
|
|
| -} // namespace shell
|
| +} // namespace service_manager
|
|
|
| #endif // SERVICES_SERVICE_MANAGER_RUNNER_HOST_IN_PROCESS_NATIVE_RUNNER_H_
|
|
|