| 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_
|
|
|