summaryrefslogtreecommitdiffstats
path: root/mojo/apps/js/mojo_runner_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/apps/js/mojo_runner_delegate.cc')
-rw-r--r--mojo/apps/js/mojo_runner_delegate.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/apps/js/mojo_runner_delegate.cc b/mojo/apps/js/mojo_runner_delegate.cc
index 58cb333..2a6c1bd 100644
--- a/mojo/apps/js/mojo_runner_delegate.cc
+++ b/mojo/apps/js/mojo_runner_delegate.cc
@@ -11,11 +11,11 @@
#include "gin/modules/module_registry.h"
#include "gin/modules/timer.h"
#include "gin/try_catch.h"
-#include "mojo/apps/js/bindings/core.h"
#include "mojo/apps/js/bindings/gl/module.h"
#include "mojo/apps/js/bindings/monotonic_clock.h"
-#include "mojo/apps/js/bindings/support.h"
#include "mojo/apps/js/bindings/threading.h"
+#include "mojo/bindings/js/core.h"
+#include "mojo/bindings/js/support.h"
namespace mojo {
namespace apps {