| Index: services/service_manager/native_runner.h
|
| diff --git a/services/service_manager/native_runner.h b/services/service_manager/native_runner.h
|
| index 9123630fe01da6582b7f36215b1e4da66eb03439..12f0b121f602edbae7c57cb8ee57a465183b11d5 100644
|
| --- a/services/service_manager/native_runner.h
|
| +++ b/services/service_manager/native_runner.h
|
| @@ -16,7 +16,7 @@ namespace base {
|
| class FilePath;
|
| }
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
| class Identity;
|
|
|
| // Shell requires implementations of NativeRunner and NativeRunnerFactory to run
|
| @@ -43,6 +43,6 @@ class NativeRunnerFactory {
|
| const base::FilePath& app_path) = 0;
|
| };
|
|
|
| -} // namespace shell
|
| +} // namespace service_manager
|
|
|
| #endif // SERVICES_SERVICE_MANAGER_NATIVE_RUNNER_H_
|
|
|