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

Unified Diff: services/js/test/js_application_test_base.h

Issue 780213002: Put code in //services/js in namespace js (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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: services/js/test/js_application_test_base.h
diff --git a/services/js/test/js_application_test_base.h b/services/js/test/js_application_test_base.h
index e775b2d51aea8c26a691253ec2744a3430499a25..aeb881fc51d66537f03e56af60b15f879f1f7aab 100644
--- a/services/js/test/js_application_test_base.h
+++ b/services/js/test/js_application_test_base.h
@@ -10,10 +10,10 @@
#include "mojo/public/cpp/application/application_impl.h"
#include "mojo/public/cpp/application/application_test_base.h"
-namespace mojo {
+namespace js {
namespace test {
-class JSApplicationTestBase : public test::ApplicationTestBase {
+class JSApplicationTestBase : public mojo::test::ApplicationTestBase {
public:
JSApplicationTestBase();
~JSApplicationTestBase() override;
@@ -25,6 +25,6 @@ class JSApplicationTestBase : public test::ApplicationTestBase {
};
} // namespace test
-} // namespace mojo
+} // namespace js
#endif // SERVICES_JS_TEST_JS_APPLICATION_TEST_BASE_H_

Powered by Google App Engine
This is Rietveld 408576698