| Index: mojo/services/test_service/test_request_tracker_impl.h
|
| diff --git a/mojo/services/test_service/test_request_tracker_impl.h b/mojo/services/test_service/test_request_tracker_impl.h
|
| index 0ed220ac0cb0effba1fbc4b1c9917a44c05f257f..2edb5cc866d5ec6b0f7549c0eb2d44b12a06bff8 100644
|
| --- a/mojo/services/test_service/test_request_tracker_impl.h
|
| +++ b/mojo/services/test_service/test_request_tracker_impl.h
|
| @@ -6,9 +6,9 @@
|
| #define SERVICES_TEST_SERVICE_TEST_REQUEST_TRACKER_IMPL_H_
|
|
|
| #include "base/memory/weak_ptr.h"
|
| -#include "mojo/public/cpp/bindings/strong_binding.h"
|
| -#include "mojo/public/cpp/system/macros.h"
|
| #include "mojo/services/test_service/test_request_tracker.mojom.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| class ApplicationConnection;
|
|
|