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

Unified Diff: services/js/js_app_runner_delegate.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/js_app_runner_delegate.h
diff --git a/services/js/js_app_runner_delegate.h b/services/js/js_app_runner_delegate.h
index 138eb2d1c08874b4a06776a8f3f3990f231476c3..88c7b01667803dab0dba7c85a593d9dd158964e2 100644
--- a/services/js/js_app_runner_delegate.h
+++ b/services/js/js_app_runner_delegate.h
@@ -9,7 +9,6 @@
#include "gin/shell_runner.h"
#include "gin/try_catch.h"
-namespace mojo {
namespace js {
class JSAppRunnerDelegate : public gin::ModuleRunnerDelegate {
@@ -26,6 +25,5 @@ class JSAppRunnerDelegate : public gin::ModuleRunnerDelegate {
};
} // namespace js
-} // namespace mojo
#endif // SERVICES_JS_JS_APP_RUNNER_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698