| Index: mojo/public/cpp/system/tests/data_pipe_unittest.cc
 | 
| diff --git a/mojo/public/cpp/system/tests/data_pipe_unittest.cc b/mojo/public/cpp/system/tests/data_pipe_unittest.cc
 | 
| index b75eca030bc2187df23bd13d980a82da66a98d12..de30ed9743083195f7094ddba0c0af30043bf37b 100644
 | 
| --- a/mojo/public/cpp/system/tests/data_pipe_unittest.cc
 | 
| +++ b/mojo/public/cpp/system/tests/data_pipe_unittest.cc
 | 
| @@ -6,10 +6,10 @@
 | 
|  
 | 
|  #include "mojo/public/cpp/system/data_pipe.h"
 | 
|  
 | 
| +#include "gtest/gtest.h"
 | 
|  #include "mojo/public/cpp/system/handle.h"
 | 
|  #include "mojo/public/cpp/system/macros.h"
 | 
|  #include "mojo/public/cpp/system/wait.h"
 | 
| -#include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
|  namespace mojo {
 | 
|  namespace {
 | 
| 
 |