commit | 2e10b8e4a05c041a3c39ddc7499bdffdb67999fa | [log] [tgz] |
---|---|---|
author | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Jul 16 12:54:53 2013 +0000 |
committer | pbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Jul 16 12:54:53 2013 +0000 |
tree | d93db559db4b37a651f9258857b63aba7a9d92c0 | |
parent | a4407329d4e16eab3d2e87cde0824188c06acb5a [diff] [blame] |
Include files from webrtc/.. paths in bitrate_controller/. BUG=1662 R=tommi@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1787004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4349 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc b/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc index 1aafb0f..fcf419e 100644 --- a/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc +++ b/webrtc/modules/bitrate_controller/bitrate_controller_unittest.cc
@@ -8,13 +8,13 @@ * be found in the AUTHORS file in the root of the source tree. */ -#include <gtest/gtest.h> +#include "testing/gtest/include/gtest/gtest.h" #include <algorithm> #include <vector> -#include "modules/bitrate_controller/include/bitrate_controller.h" -#include "modules/rtp_rtcp/interface/rtp_rtcp_defines.h" +#include "webrtc/modules/bitrate_controller/include/bitrate_controller.h" +#include "webrtc/modules/rtp_rtcp/interface/rtp_rtcp_defines.h" using webrtc::RtcpBandwidthObserver; using webrtc::BitrateObserver;