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

Unified Diff: services/js/system/threading.h

Issue 1374023002: Move JS support code from //mojo/edk/js to //services/js/system (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 months 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
« no previous file with comments | « services/js/system/tests/sample_service_tests.js ('k') | services/js/system/threading.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/system/threading.h
diff --git a/mojo/edk/js/threading.h b/services/js/system/threading.h
similarity index 78%
rename from mojo/edk/js/threading.h
rename to services/js/system/threading.h
index 7cf0d532f6ddd6f7869d60123a3d9dd820585727..822a42c22424a4ba9ba768e7888f8e76f8dee4a0 100644
--- a/mojo/edk/js/threading.h
+++ b/services/js/system/threading.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_EDK_JS_THREADING_H_
-#define MOJO_EDK_JS_THREADING_H_
+#ifndef SERVICES_JS_SYSTEM_THREADING_H_
+#define SERVICES_JS_SYSTEM_THREADING_H_
#include "gin/public/wrapper_info.h"
#include "v8/include/v8.h"
@@ -22,4 +22,4 @@ class Threading {
} // namespace js
} // namespace mojo
-#endif // MOJO_EDK_JS_THREADING_H_
+#endif // SERVICES_JS_SYSTEM_THREADING_H_
« no previous file with comments | « services/js/system/tests/sample_service_tests.js ('k') | services/js/system/threading.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698