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

Unified Diff: shell/shell_test_helper.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/shell_test_helper.cc
diff --git a/shell/shell_test_helper.cc b/shell/shell_test_helper.cc
index e7d431bc7cc0394a138ead810b02515210f78102..398dd7b8fd62c1748517694846bfbb76a226dc9f 100644
--- a/shell/shell_test_helper.cc
+++ b/shell/shell_test_helper.cc
@@ -13,7 +13,6 @@
#include "shell/init.h"
#include "shell/url_resolver.h"
-namespace mojo {
namespace shell {
ShellTestHelper::ShellTestHelper() {
@@ -43,4 +42,3 @@ void ShellTestHelper::AddURLMapping(const GURL& url, const GURL& resolved_url) {
}
} // namespace shell
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698