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

Unified Diff: services/js/pingpong_apptest.cc

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/pingpong_apptest.cc
diff --git a/services/js/pingpong_apptest.cc b/services/js/pingpong_apptest.cc
index 6d0911c1f4d12b4e09bd5b5ec2d59ed24ac32143..32e63001ed2327cea04ee6d927513cbaff9f2f95 100644
--- a/services/js/pingpong_apptest.cc
+++ b/services/js/pingpong_apptest.cc
@@ -5,7 +5,7 @@
#include "services/js/test/js_application_test_base.h"
#include "services/js/test/pingpong_service.mojom.h"
-namespace mojo {
+namespace js {
namespace {
class PingPongClientImpl : public PingPongClient {
@@ -80,4 +80,4 @@ TEST_F(JSPingPongTest, PingTargetApp) {
}
} // namespace
-} // namespace mojo
+} // namespace js

Powered by Google App Engine
This is Rietveld 408576698