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

Unified Diff: shell/command_line_util.h

Issue 1067173003: Remove mojo:: part of mojo::shell:: nested namespace in //shell. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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: 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_

Powered by Google App Engine
This is Rietveld 408576698