| Index: webrtc/call/call_perf_tests.cc
 | 
| diff --git a/webrtc/call/call_perf_tests.cc b/webrtc/call/call_perf_tests.cc
 | 
| index 6258a85d7dc3c7e4b52b4c3acaa277de0f3becee..6833dc0298ac13bf60bd48175754e3ddddb3b7c4 100644
 | 
| --- a/webrtc/call/call_perf_tests.cc
 | 
| +++ b/webrtc/call/call_perf_tests.cc
 | 
| @@ -13,8 +13,6 @@
 | 
|  #include <memory>
 | 
|  #include <string>
 | 
|  
 | 
| -#include "webrtc/test/gtest.h"
 | 
| -
 | 
|  #include "webrtc/base/checks.h"
 | 
|  #include "webrtc/base/constructormagic.h"
 | 
|  #include "webrtc/base/thread_annotations.h"
 | 
| @@ -36,6 +34,7 @@
 | 
|  #include "webrtc/test/fake_encoder.h"
 | 
|  #include "webrtc/test/frame_generator.h"
 | 
|  #include "webrtc/test/frame_generator_capturer.h"
 | 
| +#include "webrtc/test/gtest.h"
 | 
|  #include "webrtc/test/rtp_rtcp_observer.h"
 | 
|  #include "webrtc/test/testsupport/fileutils.h"
 | 
|  #include "webrtc/test/testsupport/perf_test.h"
 | 
| 
 |