| Index: services/shell/switches.cc
|
| diff --git a/services/shell/switches.cc b/services/shell/switches.cc
|
| index 7547ea25b0c226485e91e699d07a41858d16b713..10dc430c04d55664e46d735b06bb06737f847b9a 100644
|
| --- a/services/shell/switches.cc
|
| +++ b/services/shell/switches.cc
|
| @@ -4,7 +4,7 @@
|
|
|
| #include "services/shell/switches.h"
|
|
|
| -namespace mojo {
|
| +namespace shell {
|
| namespace switches {
|
|
|
| // Disables the sandbox for debugging.
|
| @@ -14,4 +14,4 @@ const char kNoSandbox[] = "no-sandbox";
|
| const char kSingleProcess[] = "single-process";
|
|
|
| } // namespace switches
|
| -} // namespace mojo
|
| +} // namespace shell
|
|
|