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

Unified Diff: services/service_manager/runner/host/in_process_native_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/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_

Powered by Google App Engine
This is Rietveld 408576698