| Index: third_party/mojo/src/mojo/edk/system/awakable_list_unittest.cc
|
| diff --git a/third_party/mojo/src/mojo/edk/system/awakable_list_unittest.cc b/third_party/mojo/src/mojo/edk/system/awakable_list_unittest.cc
|
| index 728dbc33ee12cb003e17eb4350b099c0bb1ea101..8b99d6715b09ac2319661c94d24a7a28ecc93962 100644
|
| --- a/third_party/mojo/src/mojo/edk/system/awakable_list_unittest.cc
|
| +++ b/third_party/mojo/src/mojo/edk/system/awakable_list_unittest.cc
|
| @@ -7,13 +7,13 @@
|
| // increase tolerance and reduce observed flakiness (though doing so reduces the
|
| // meaningfulness of the test).
|
|
|
| -#include "mojo/edk/system/awakable_list.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/awakable_list.h"
|
|
|
| -#include "mojo/edk/system/handle_signals_state.h"
|
| -#include "mojo/edk/system/test_utils.h"
|
| -#include "mojo/edk/system/waiter.h"
|
| -#include "mojo/edk/system/waiter_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/handle_signals_state.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/test_utils.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/waiter.h"
|
| +#include "third_party/mojo/src/mojo/edk/system/waiter_test_utils.h"
|
|
|
| namespace mojo {
|
| namespace system {
|
|
|