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

Unified Diff: shell/command_line_util_unittest.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_unittest.cc
diff --git a/shell/command_line_util_unittest.cc b/shell/command_line_util_unittest.cc
index 75b233e5c5ffe882d271c045fd8200dcb75a4fc2..d6761555a1b778ac8654d5505a8c122e3cb6845b 100644
--- a/shell/command_line_util_unittest.cc
+++ b/shell/command_line_util_unittest.cc
@@ -7,7 +7,6 @@
#include "base/logging.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace mojo {
namespace shell {
namespace {
@@ -80,4 +79,3 @@ TEST(CommandLineUtil, GetAppURLAndArgs) {
} // namespace
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698