| Index: mojo/message_pump/handle_watcher_unittest.cc
|
| diff --git a/mojo/message_pump/handle_watcher_unittest.cc b/mojo/message_pump/handle_watcher_unittest.cc
|
| index bfbfa9f9a8f20c23e0205b9dbf4ef71352d0e404..f904df0586f18071756e1bf0aeebeda294c33d89 100644
|
| --- a/mojo/message_pump/handle_watcher_unittest.cc
|
| +++ b/mojo/message_pump/handle_watcher_unittest.cc
|
| @@ -15,9 +15,9 @@
|
| #include "base/threading/thread.h"
|
| #include "mojo/message_pump/message_pump_mojo.h"
|
| #include "mojo/message_pump/time_helper.h"
|
| +#include "mojo/public/cpp/system/core.h"
|
| +#include "mojo/public/cpp/test_support/test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/core.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/test_support/test_utils.h"
|
|
|
| namespace mojo {
|
| namespace common {
|
|
|