aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@google.com>2015-11-16 11:12:24 +0100
committerHenrik Kjellander <kjellander@google.com>2015-11-16 10:12:32 +0000
commit0b9e29c87da2d9c1a3792d2c87197b0688b68e4e (patch)
tree7e6fc0fa0fe612a3a3eb6cf3f10458be26be29a3 /webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
parent3e0f602055f2980d805b0f9b4aa584e675788925 (diff)
downloadwebrtc-0b9e29c87da2d9c1a3792d2c87197b0688b68e4e.tar.gz
Remove include dirs from modules/{media_file,pacing}
Also move files out of media_file/source. BUG=webrtc:5095 TESTED=git cl try -c --bot=android_compile_rel --bot=linux_compile_rel --bot=win_compile_rel --bot=mac_compile_rel --bot=ios_rel --bot=linux_gn_rel --bot=win_x64_gn_rel --bot=mac_x64_gn_rel --bot=android_gn_rel -m tryserver.webrtc R=asapersson@webrtc.org, perkj@webrtc.org, tommi@webrtc.org Review URL: https://codereview.webrtc.org/1435093002 . Cr-Commit-Position: refs/heads/master@{#10647}
Diffstat (limited to 'webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h')
-rw-r--r--webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
index 6b5f04b68f..d94ee17951 100644
--- a/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
+++ b/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
@@ -25,7 +25,7 @@
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/modules/bitrate_controller/include/bitrate_controller.h"
#include "webrtc/modules/include/module_common_types.h"
-#include "webrtc/modules/pacing/include/paced_sender.h"
+#include "webrtc/modules/pacing/paced_sender.h"
#include "webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h"
#include "webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h"
#include "webrtc/modules/remote_bitrate_estimator/test/packet.h"