Index: third_party/mojo/src/mojo/public/platform/native/mgl_thunks.c |
diff --git a/third_party/mojo/src/mojo/public/platform/native/mgl_thunks.c b/third_party/mojo/src/mojo/public/platform/native/mgl_thunks.c |
index 2e8e9d84c37e3aa3c97f73d03f7616ffccfb87fe..dccabe2ea3e4a2703c881e58a014af542327ca19 100644 |
--- a/third_party/mojo/src/mojo/public/platform/native/mgl_thunks.c |
+++ b/third_party/mojo/src/mojo/public/platform/native/mgl_thunks.c |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "mojo/public/platform/native/mgl_thunks.h" |
+#include "third_party/mojo/src/mojo/public/platform/native/mgl_thunks.h" |
#include <assert.h> |
-#include "mojo/public/platform/native/thunk_export.h" |
+#include "third_party/mojo/src/mojo/public/platform/native/thunk_export.h" |
static struct MGLThunks g_thunks = {0}; |