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

Unified Diff: services/js/js_app_bridge_module.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/js_app_bridge_module.cc
diff --git a/services/js/js_app_bridge_module.cc b/services/js/js_app_bridge_module.cc
index 1d873c6ac2def8aaa4b48695a58a254932fd89d6..b27595059aed89248b0c28940553cf91fb4f701e 100644
--- a/services/js/js_app_bridge_module.cc
+++ b/services/js/js_app_bridge_module.cc
@@ -11,7 +11,6 @@
#include "mojo/edk/js/handle.h"
#include "services/js/js_app.h"
-namespace mojo {
namespace js {
namespace {
@@ -39,4 +38,3 @@ v8::Local<v8::Value> AppBridge::GetModule(JSApp* js_app, v8::Isolate* isolate) {
}
} // namespace js
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698