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

Unified Diff: services/service_manager/runner/host/linux_sandbox.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/linux_sandbox.h
diff --git a/services/service_manager/runner/host/linux_sandbox.h b/services/service_manager/runner/host/linux_sandbox.h
index 6700f7225289bf14eb01d8d4587277fd78eaa4db..a9e48045f6035887b1173d72e36fb4f6c6a4051a 100644
--- a/services/service_manager/runner/host/linux_sandbox.h
+++ b/services/service_manager/runner/host/linux_sandbox.h
@@ -13,7 +13,7 @@
#include "sandbox/linux/bpf_dsl/policy.h"
#include "sandbox/linux/syscall_broker/broker_process.h"
-namespace shell {
+namespace service_manager {
// Encapsulates all tasks related to raising the sandbox for mojo runner.
class LinuxSandbox {
@@ -46,6 +46,6 @@ class LinuxSandbox {
DISALLOW_COPY_AND_ASSIGN(LinuxSandbox);
};
-} // namespace shell
+} // namespace service_manager
#endif // SERVICES_SERVICE_MANAGER_RUNNER_HOST_LINUX_SANDBOX_H_

Powered by Google App Engine
This is Rietveld 408576698