| Index: mojo/services/test_service/test_request_tracker_application.h
|
| diff --git a/mojo/services/test_service/test_request_tracker_application.h b/mojo/services/test_service/test_request_tracker_application.h
|
| index 761a8455fc14b5b969ef8731fc6449f160bf6b91..a009f628e7d8822b971eca2096e87a2d3bc2731b 100644
|
| --- a/mojo/services/test_service/test_request_tracker_application.h
|
| +++ b/mojo/services/test_service/test_request_tracker_application.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef SERVICES_TEST_SERVICE_TEST_REQUEST_TRACKER_APPLICATION_H_
|
| #define SERVICES_TEST_SERVICE_TEST_REQUEST_TRACKER_APPLICATION_H_
|
|
|
| -#include "mojo/public/cpp/application/application_delegate.h"
|
| -#include "mojo/public/cpp/application/interface_factory_impl.h"
|
| +#include "mojo/application/public/cpp/application_delegate.h"
|
| +#include "mojo/application/public/cpp/interface_factory_impl.h"
|
| #include "mojo/public/cpp/system/macros.h"
|
| #include "mojo/services/test_service/test_request_tracker_impl.h"
|
|
|
|
|