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

Unified Diff: services/js/modules/gl/context.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/modules/gl/BUILD.gn ('k') | services/js/modules/gl/module.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/js/modules/gl/context.h
diff --git a/services/js/modules/gl/context.h b/services/js/modules/gl/context.h
index 42a659d6ca264111d61f3bc96c6f4df7d4e6a3d3..c79070ce413147fe11b2aad38acb7e52eb2dd03e 100644
--- a/services/js/modules/gl/context.h
+++ b/services/js/modules/gl/context.h
@@ -13,7 +13,7 @@
#include "gin/public/wrapper_info.h"
#include "gin/runner.h"
#include "gin/wrappable.h"
-#include "mojo/edk/js/handle.h"
+#include "services/js/system/handle.h"
#include "v8/include/v8.h"
namespace gin {
« no previous file with comments | « services/js/modules/gl/BUILD.gn ('k') | services/js/modules/gl/module.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698