aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/bitrate_controller
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@webrtc.org>2015-10-28 18:17:40 +0100
committerHenrik Kjellander <kjellander@webrtc.org>2015-10-28 17:17:50 +0000
commit98f53510b222f71fdd8b799b2f33737ceeb28c61 (patch)
tree897af57562951bc2d7e31062731184dd14a7c9a9 /webrtc/modules/bitrate_controller
parentebc0b4e99365443111857a0c7cfcc8944d8f1b6e (diff)
downloadwebrtc-98f53510b222f71fdd8b799b2f33737ceeb28c61.tar.gz
system_wrappers: rename interface -> include
BUG=webrtc:5095 R=tommi@webrtc.org Review URL: https://codereview.webrtc.org/1413333002 . Cr-Commit-Position: refs/heads/master@{#10438}
Diffstat (limited to 'webrtc/modules/bitrate_controller')
-rw-r--r--webrtc/modules/bitrate_controller/include/bitrate_allocator.h2
-rw-r--r--webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc6
-rw-r--r--webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/webrtc/modules/bitrate_controller/include/bitrate_allocator.h b/webrtc/modules/bitrate_controller/include/bitrate_allocator.h
index 5c58f569d2..34b9ed5328 100644
--- a/webrtc/modules/bitrate_controller/include/bitrate_allocator.h
+++ b/webrtc/modules/bitrate_controller/include/bitrate_allocator.h
@@ -21,7 +21,7 @@
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/base/thread_annotations.h"
-#include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
+#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
namespace webrtc {
diff --git a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc
index fb9941a3b1..9fa7b0dfc0 100644
--- a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc
+++ b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.cc
@@ -13,9 +13,9 @@
#include <cmath>
#include "webrtc/base/checks.h"
-#include "webrtc/system_wrappers/interface/field_trial.h"
-#include "webrtc/system_wrappers/interface/logging.h"
-#include "webrtc/system_wrappers/interface/metrics.h"
+#include "webrtc/system_wrappers/include/field_trial.h"
+#include "webrtc/system_wrappers/include/logging.h"
+#include "webrtc/system_wrappers/include/metrics.h"
namespace webrtc {
namespace {
diff --git a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
index 74ac1fcb85..40061d3ee7 100644
--- a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
+++ b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
@@ -16,7 +16,7 @@
#include <deque>
#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h"
-#include "webrtc/system_wrappers/interface/critical_section_wrapper.h"
+#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
namespace webrtc {
class SendSideBandwidthEstimation {