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

Unified Diff: shell/context_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/context_unittest.cc
diff --git a/shell/context_unittest.cc b/shell/context_unittest.cc
index 7611ea8fd602eb1dbe2679fab5f8339ddc052dd8..e5d5a306c94e0cbaa5eb6ec5aef832e8f2ba91f8 100644
--- a/shell/context_unittest.cc
+++ b/shell/context_unittest.cc
@@ -10,7 +10,6 @@
#include "mojo/common/message_pump_mojo.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace mojo {
namespace shell {
namespace {
@@ -25,7 +24,7 @@ namespace {
TEST(ContextTest, MAYBE_Paths) {
Context context;
base::MessageLoop message_loop(
- scoped_ptr<base::MessagePump>(new common::MessagePumpMojo()));
+ scoped_ptr<base::MessagePump>(new mojo::common::MessagePumpMojo()));
context.Init();
EXPECT_FALSE(context.mojo_shell_path().empty());
@@ -38,4 +37,3 @@ TEST(ContextTest, MAYBE_Paths) {
} // namespace
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698