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

Unified Diff: services/js/js_app_shell.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_shell.h
diff --git a/services/js/js_app_shell.h b/services/js/js_app_shell.h
index e84ef2ef7f90b026602f8855ec30984dbaea124f..929551baacfe43d313c69f59695bf232573f595e 100644
--- a/services/js/js_app_shell.h
+++ b/services/js/js_app_shell.h
@@ -2,14 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SERVICES_JS_JS_APP_SHELL_H_
-#define MOJO_SERVICES_JS_JS_APP_SHELL_H_
+#ifndef SERVICES_JS_JS_APP_SHELL_H_
+#define SERVICES_JS_JS_APP_SHELL_H_
#include "gin/handle.h"
#include "gin/wrappable.h"
#include "mojo/edk/js/handle.h"
-namespace mojo {
namespace js {
class JSApp;
@@ -37,6 +36,5 @@ class JSAppShell : public gin::Wrappable<JSAppShell> {
};
} // namespace js
-} // namespace mojo
-#endif // MOJO_SERVICES_JS_JS_APP_SHELL_H_
+#endif // SERVICES_JS_JS_APP_SHELL_H_

Powered by Google App Engine
This is Rietveld 408576698