| Index: mojo/services/test_service/test_service_impl.h
|
| diff --git a/mojo/services/test_service/test_service_impl.h b/mojo/services/test_service/test_service_impl.h
|
| index c6680a29e75d51c4e532c5c1c4cf05c78be56e1b..9c8c86dc93e4ee77d254a5d53ad3b4a5439c6530 100644
|
| --- a/mojo/services/test_service/test_service_impl.h
|
| +++ b/mojo/services/test_service/test_service_impl.h
|
| @@ -6,9 +6,9 @@
|
| #define SERVICES_TEST_SERVICE_TEST_SERVICE_IMPL_H_
|
|
|
| #include "base/memory/scoped_ptr.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/strong_binding.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/system/macros.h"
|
|
|
| namespace mojo {
|
| class ApplicationImpl;
|
|
|