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

Unified Diff: shell/command_line_util.cc

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.cc
diff --git a/shell/command_line_util.cc b/shell/command_line_util.cc
index 3c6de7def3156db14ffe9fdaed1752bc44d1aaf3..a04b1868fad598e74235e430ebfcc3f01785de06 100644
--- a/shell/command_line_util.cc
+++ b/shell/command_line_util.cc
@@ -13,7 +13,6 @@
#include "shell/context.h"
#include "shell/switches.h"
-namespace mojo {
namespace shell {
namespace {
@@ -81,4 +80,3 @@ void RunCommandLineApps(Context* context) {
}
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698