Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(501)

Unified Diff: services/service_manager/runner/host/native_library_runner.h

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_
« no previous file with comments | « services/service_manager/runner/host/mach_broker.cc ('k') | services/service_manager/runner/host/native_library_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698