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

Unified Diff: services/js/js_app_shell.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_shell.cc
diff --git a/services/js/js_app_shell.cc b/services/js/js_app_shell.cc
index b783769432fbc6b1bb1c54366a0aaa25ce621b58..ea17504cfde71ec3a5bbadad5b5a4eb2367fe917 100644
--- a/services/js/js_app_shell.cc
+++ b/services/js/js_app_shell.cc
@@ -7,7 +7,6 @@
#include "gin/object_template_builder.h"
#include "services/js/js_app.h"
-namespace mojo {
namespace js {
gin::WrapperInfo JSAppShell::kWrapperInfo = {gin::kEmbedderNativeGin};
@@ -36,4 +35,3 @@ void JSAppShell::ConnectToApplication(const std::string& application_url,
}
} // namespace js
-} // namespace mojo

Powered by Google App Engine
This is Rietveld 408576698