| Index: mojo/public/c/tests/system/wait_set_perftest.cc
 | 
| diff --git a/mojo/public/c/tests/system/wait_set_perftest.cc b/mojo/public/c/tests/system/wait_set_perftest.cc
 | 
| index 96ff026addbf59a7e9a41c4f0f0e35cc2a575cdb..3d41817ec211b786173986c1fbbf1dd9d9673e7c 100644
 | 
| --- a/mojo/public/c/tests/system/wait_set_perftest.cc
 | 
| +++ b/mojo/public/c/tests/system/wait_set_perftest.cc
 | 
| @@ -18,9 +18,9 @@
 | 
|  #include <thread>
 | 
|  #include <vector>
 | 
|  
 | 
| +#include "gtest/gtest.h"
 | 
|  #include "mojo/public/c/tests/system/perftest_utils.h"
 | 
|  #include "mojo/public/cpp/test_support/test_support.h"
 | 
| -#include "testing/gtest/include/gtest/gtest.h"
 | 
|  
 | 
|  namespace {
 | 
|  
 | 
| 
 |