| Index: mojo/services/test_service/test_time_service_impl.h
|
| diff --git a/mojo/services/test_service/test_time_service_impl.h b/mojo/services/test_service/test_time_service_impl.h
|
| index 242f66c690778fa457c082b932734372720790d4..af92964d0f4795b2f062b8fc21718083e5099cd0 100644
|
| --- a/mojo/services/test_service/test_time_service_impl.h
|
| +++ b/mojo/services/test_service/test_time_service_impl.h
|
| @@ -6,10 +6,10 @@
|
| #define SERVICES_TEST_SERVICE_TEST_TIME_SERVICE_IMPL_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "mojo/public/cpp/bindings/interface_request.h"
|
| -#include "mojo/public/cpp/bindings/strong_binding.h"
|
| -#include "mojo/public/cpp/system/macros.h"
|
| #include "mojo/services/test_service/test_service.mojom.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.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 {
|
|
|
|
|