| Index: mojo/public/cpp/utility/tests/run_loop_unittest.cc
 | 
| diff --git a/mojo/public/cpp/utility/tests/run_loop_unittest.cc b/mojo/public/cpp/utility/tests/run_loop_unittest.cc
 | 
| index 650f145793b0263cbde741d897471bedf357769e..5e50a678b52b82a431f23bcfa3ea1c42555b9301 100644
 | 
| --- a/mojo/public/cpp/utility/tests/run_loop_unittest.cc
 | 
| +++ b/mojo/public/cpp/utility/tests/run_loop_unittest.cc
 | 
| @@ -6,11 +6,11 @@
 | 
|  
 | 
|  #include <string>
 | 
|  
 | 
| +#include "gtest/gtest.h"
 | 
|  #include "mojo/public/cpp/system/macros.h"
 | 
|  #include "mojo/public/cpp/system/message_pipe.h"
 | 
|  #include "mojo/public/cpp/test_support/test_utils.h"
 | 
|  #include "mojo/public/cpp/utility/run_loop_handler.h"
 | 
| -#include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
|  namespace mojo {
 | 
|  namespace {
 | 
| 
 |