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

Unified Diff: services/js/js_app.h

Issue 703023004: Move the JS content handler et al from mojo/apps/js to mojo/services (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Moved mojo/services/js to services/js Created 6 years, 1 month 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.h
diff --git a/mojo/apps/js/js_app.h b/services/js/js_app.h
similarity index 93%
rename from mojo/apps/js/js_app.h
rename to services/js/js_app.h
index d284b0df55f4d13b74430e803dd7fdcf3673f7f5..22c10d0d9c096a1032abbb1ceae4280212034419 100644
--- a/mojo/apps/js/js_app.h
+++ b/services/js/js_app.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_APPS_JS_JS_APP_H_
-#define MOJO_APPS_JS_JS_APP_H_
+#ifndef MOJO_SERVICES_JS_JS_APP_H_
+#define MOJO_SERVICES_JS_JS_APP_H_
#include "base/memory/ref_counted.h"
#include "base/threading/thread.h"
@@ -17,7 +17,7 @@
#include "mojo/services/public/interfaces/network/url_loader.mojom.h"
namespace mojo {
-namespace apps {
+namespace js {
class JSApp;
class ApplicationDelegateImpl;
@@ -60,7 +60,7 @@ class JSApp : public InterfaceImpl<Application>,
DISALLOW_COPY_AND_ASSIGN(JSApp);
};
-} // namespace apps
+} // namespace js
} // namespace mojo
-#endif // MOJO_APPS_JS_JS_APP_H_
+#endif // MOJO_SERVICES_JS_JS_APP_H_

Powered by Google App Engine
This is Rietveld 408576698