| Index: shell/command_line_util.h
|
| diff --git a/shell/command_line_util.h b/shell/command_line_util.h
|
| index 7ab746316a8d44e4a515a1cfc7926a5b8f378737..c386adda392cc36e796dd1e8dbd245de784e9bfd 100644
|
| --- a/shell/command_line_util.h
|
| +++ b/shell/command_line_util.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #include "shell/context.h"
|
|
|
| -namespace mojo {
|
| namespace shell {
|
|
|
| // Parse the given arg, looking for an --args-for switch. If this is not the
|
| @@ -33,6 +32,5 @@ void ApplyApplicationArgs(Context* context, const std::string& args);
|
| void RunCommandLineApps(Context* context);
|
|
|
| } // namespace shell
|
| -} // namespace mojo
|
|
|
| #endif // SHELL_COMMAND_LINE_UTIL_H_
|
|
|