commit | 8789376cd35e055765a72248a8ad444ea2e9438c | [log] [tgz] |
---|---|---|
author | aluebs@webrtc.org <aluebs@webrtc.org> | Thu Nov 27 23:40:25 2014 +0000 |
committer | aluebs@webrtc.org <aluebs@webrtc.org> | Thu Nov 27 23:40:25 2014 +0000 |
tree | 6dc4d848f7dc0bc00c8f0d8ebf7cb92d7ec7778c | |
parent | d87213af495ed36c8cdf59b3b364112f56a05b14 [diff] [blame] |
Move ChannelBuffer class to channel_buffer file No change in functionallity. BUG=webrtc:3146 R=andrew@webrtc.org, bjornv@webrtc.org, kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/28109004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7760 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_processing/audio_buffer.cc b/webrtc/modules/audio_processing/audio_buffer.cc index 5d542d0..33af43e 100644 --- a/webrtc/modules/audio_processing/audio_buffer.cc +++ b/webrtc/modules/audio_processing/audio_buffer.cc
@@ -13,6 +13,7 @@ #include "webrtc/common_audio/resampler/push_sinc_resampler.h" #include "webrtc/common_audio/signal_processing/include/signal_processing_library.h" #include "webrtc/modules/audio_processing/channel_buffer.h" +#include "webrtc/modules/audio_processing/common.h" namespace webrtc { namespace {