| 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 7b9827285a79dd8a3c73f1c6b553914d8f2a256c..666716b0133b380af710ce8380e8e5c2afa7ea42 100644
|
| --- a/mojo/services/test_service/test_time_service_impl.h
|
| +++ b/mojo/services/test_service/test_time_service_impl.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef SERVICES_TEST_SERVICE_TEST_TIME_SERVICE_IMPL_H_
|
| #define SERVICES_TEST_SERVICE_TEST_TIME_SERVICE_IMPL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/scoped_ptr.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| #include "mojo/public/cpp/bindings/strong_binding.h"
|
|
|