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

Unified Diff: services/js/modules/gl/module.cc

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/modules/gl/context.h ('k') | services/js/system/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/modules/gl/module.cc
diff --git a/services/js/modules/gl/module.cc b/services/js/modules/gl/module.cc
index 5642e67423c1aedbe27e9a3786b30ad9b0f17d05..2ee3c1c6db39664f6af01ed4c8496e62b6f42732 100644
--- a/services/js/modules/gl/module.cc
+++ b/services/js/modules/gl/module.cc
@@ -8,8 +8,8 @@
#include "gin/object_template_builder.h"
#include "gin/per_isolate_data.h"
#include "gin/wrappable.h"
-#include "mojo/edk/js/handle.h"
#include "services/js/modules/gl/context.h"
+#include "services/js/system/handle.h"
namespace js {
namespace gl {
« no previous file with comments | « services/js/modules/gl/context.h ('k') | services/js/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698