Index: third_party/mojo/src/mojo/edk/js/mojo_runner_delegate.cc |
diff --git a/third_party/mojo/src/mojo/edk/js/mojo_runner_delegate.cc b/third_party/mojo/src/mojo/edk/js/mojo_runner_delegate.cc |
index 152b12cf34a36a627136ac7d786659295b5d8aec..e95d9957d5f4801ac82073934299ed5fe1852092 100644 |
--- a/third_party/mojo/src/mojo/edk/js/mojo_runner_delegate.cc |
+++ b/third_party/mojo/src/mojo/edk/js/mojo_runner_delegate.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/edk/js/mojo_runner_delegate.h" |
+#include "third_party/mojo/src/mojo/edk/js/mojo_runner_delegate.h" |
#include "base/bind.h" |
#include "base/path_service.h" |
@@ -11,10 +11,10 @@ |
#include "gin/modules/module_registry.h" |
#include "gin/modules/timer.h" |
#include "gin/try_catch.h" |
-#include "mojo/edk/js/core.h" |
-#include "mojo/edk/js/handle.h" |
-#include "mojo/edk/js/support.h" |
-#include "mojo/edk/js/threading.h" |
+#include "third_party/mojo/src/mojo/edk/js/core.h" |
+#include "third_party/mojo/src/mojo/edk/js/handle.h" |
+#include "third_party/mojo/src/mojo/edk/js/support.h" |
+#include "third_party/mojo/src/mojo/edk/js/threading.h" |
namespace mojo { |
namespace js { |