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

Unified Diff: shell/shell_test_helper.h

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.h
diff --git a/shell/shell_test_helper.h b/shell/shell_test_helper.h
index 325ddacd413590b33284e909cab56c481206f11d..a588240a3da1f5885303eb090417e0f2c8faa7b8 100644
--- a/shell/shell_test_helper.h
+++ b/shell/shell_test_helper.h
@@ -13,7 +13,6 @@
class GURL;
-namespace mojo {
namespace shell {
// ShellTestHelper is useful for tests to establish a connection to the
@@ -47,6 +46,5 @@ class ShellTestHelper {
};
} // namespace shell
-} // namespace mojo
#endif // SHELL_SHELL_TEST_HELPER_H_

Powered by Google App Engine
This is Rietveld 408576698