Index: webrtc/call/call_perf_tests.cc |
diff --git a/webrtc/video/call_perf_tests.cc b/webrtc/call/call_perf_tests.cc |
similarity index 99% |
rename from webrtc/video/call_perf_tests.cc |
rename to webrtc/call/call_perf_tests.cc |
index bbf4caaebd7ff8736955ff29368f9256bdfc1734..a7714b19c649b4d57ddd94887de6eabffd28ef63 100644 |
--- a/webrtc/video/call_perf_tests.cc |
+++ b/webrtc/call/call_perf_tests.cc |
@@ -17,6 +17,7 @@ |
#include "webrtc/base/scoped_ptr.h" |
#include "webrtc/base/thread_annotations.h" |
#include "webrtc/call.h" |
+#include "webrtc/call/transport_adapter.h" |
#include "webrtc/modules/audio_coding/main/interface/audio_coding_module.h" |
#include "webrtc/modules/rtp_rtcp/interface/rtp_header_parser.h" |
#include "webrtc/modules/rtp_rtcp/source/rtcp_utility.h" |
@@ -33,7 +34,6 @@ |
#include "webrtc/test/rtp_rtcp_observer.h" |
#include "webrtc/test/testsupport/fileutils.h" |
#include "webrtc/test/testsupport/perf_test.h" |
-#include "webrtc/video/transport_adapter.h" |
#include "webrtc/voice_engine/include/voe_base.h" |
#include "webrtc/voice_engine/include/voe_codec.h" |
#include "webrtc/voice_engine/include/voe_network.h" |