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

Unified Diff: shell/in_process_native_runner_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/in_process_native_runner_unittest.cc
diff --git a/shell/in_process_native_runner_unittest.cc b/shell/in_process_native_runner_unittest.cc
index 6833e3ffcd4ffe5ecc6377d2c1954f44212fcaee..05739e15b0434f9c7a9ccc624982fbd4dcd7a74b 100644
--- a/shell/in_process_native_runner_unittest.cc
+++ b/shell/in_process_native_runner_unittest.cc
@@ -7,7 +7,6 @@
#include "shell/context.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace mojo {
namespace shell {
TEST(InProcessNativeRunnerTest, NotStarted) {
@@ -20,4 +19,3 @@ TEST(InProcessNativeRunnerTest, NotStarted) {
}
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698