| Index: mojo/public/c/system/tests/core_unittest.cc | 
| diff --git a/mojo/public/c/system/tests/core_unittest.cc b/mojo/public/c/system/tests/core_unittest.cc | 
| index 99dffa8d0fd675b85ed5ca252493ae6d519ac31b..f528b3fa369a2c282637490760304dc00371e76b 100644 | 
| --- a/mojo/public/c/system/tests/core_unittest.cc | 
| +++ b/mojo/public/c/system/tests/core_unittest.cc | 
| @@ -8,11 +8,11 @@ | 
|  | 
| #include "mojo/public/c/system/buffer.h" | 
| #include "mojo/public/c/system/data_pipe.h" | 
| -#include "mojo/public/c/system/functions.h" | 
| #include "mojo/public/c/system/handle.h" | 
| #include "mojo/public/c/system/message_pipe.h" | 
| #include "mojo/public/c/system/result.h" | 
| -#include "mojo/public/c/system/types.h" | 
| +#include "mojo/public/c/system/time.h" | 
| +#include "mojo/public/c/system/wait.h" | 
| #include "testing/gtest/include/gtest/gtest.h" | 
|  | 
| namespace mojo { | 
|  |