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

Unified Diff: sky/viewer/internals.cc

Issue 690743003: Move mojo/bindings/js to mojo/edk/js (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« mojo/edk/js/BUILD.gn ('K') | « sky/viewer/DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/internals.cc
diff --git a/sky/viewer/internals.cc b/sky/viewer/internals.cc
index b8bfab11b94c149c0c3fac7e59f1ddc435b80381..e2aef967042a36e50ba466766bfde5d7e7b4ea19 100644
--- a/sky/viewer/internals.cc
+++ b/sky/viewer/internals.cc
@@ -4,9 +4,9 @@
#include "sky/viewer/internals.h"
-#include "mojo/bindings/js/core.h"
-#include "mojo/bindings/js/support.h"
-#include "mojo/bindings/js/handle.h"
+#include "mojo/edk/js/core.h"
+#include "mojo/edk/js/handle.h"
+#include "mojo/edk/js/support.h"
#include "mojo/public/cpp/application/connect.h"
#include "mojo/public/interfaces/application/shell.mojom.h"
#include "sky/engine/public/web/WebFrame.h"
« mojo/edk/js/BUILD.gn ('K') | « sky/viewer/DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698