| Index: services/service_manager/runner/host/native_library_runner.h
|
| diff --git a/services/service_manager/runner/host/native_library_runner.h b/services/service_manager/runner/host/native_library_runner.h
|
| index 3650f7e46e87c177a97a155b542d97bee031b095..9e19caa77b1bebfb15e453197a14b7b04f340b33 100644
|
| --- a/services/service_manager/runner/host/native_library_runner.h
|
| +++ b/services/service_manager/runner/host/native_library_runner.h
|
| @@ -13,7 +13,7 @@ namespace base {
|
| class FilePath;
|
| }
|
|
|
| -namespace shell {
|
| +namespace service_manager {
|
|
|
| // Loads the native Service from the DSO specified by |app_path|.
|
| // Returns the |base::NativeLibrary| for the service on success (or null on
|
| @@ -33,6 +33,6 @@ base::NativeLibrary LoadNativeLibrary(const base::FilePath& app_path);
|
| bool RunServiceInNativeLibrary(base::NativeLibrary library,
|
| mojom::ServiceRequest request);
|
|
|
| -} // namespace shell
|
| +} // namespace service_manager
|
|
|
| #endif // SERVICES_SERVICE_MANAGER_RUNNER_HOST_NATIVE_LIBRARY_RUNNER_H_
|
|
|