| Index: third_party/mojo/src/mojo/edk/system/core_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/core_unittest.cc b/third_party/mojo/src/mojo/edk/system/core_unittest.cc
|
| index 0ef0aa1260922a3bda97d322d32491ce3a919e70..979cfbd15ffaacc9698223245a5b7764e9ef8be8 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/core_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/core_unittest.cc
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/edk/system/core.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/core.h"
|
|
|
| #include <stdint.h>
|
|
|
| #include <limits>
|
|
|
| #include "base/bind.h"
|
| -#include "mojo/edk/system/awakable.h"
|
| -#include "mojo/edk/system/core_test_base.h"
|
| -#include "mojo/edk/system/test_utils.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/awakable.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/core_test_base.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/test_utils.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|