commit | 035e9123e9c7de3b09b37bc8e57907e4af7ce219 | [log] [tgz] |
---|---|---|
author | kjellander@webrtc.org <kjellander@webrtc.org> | Wed Jan 28 19:57:00 2015 +0000 |
committer | kjellander@webrtc.org <kjellander@webrtc.org> | Wed Jan 28 19:57:44 2015 +0000 |
tree | 4ef41acfaaea1f3b72473bcabc19ab17bfc69378 | |
parent | a67ca1a3bb69d5237ce7cf8e62ceb5ad37c49785 [diff] [blame] |
Move channel_buffer.{h,cc} to common_audio. In https://code.google.com/p/webrtc/source/detail?r=8166 I added a check preventing GYP files from referencing sources above their directory level. This CL fixes the disallowed reference added in https://code.google.com/p/webrtc/source/detail?r=8157 by moving channel_buffer.{h,cc} to common_audio for real. BUG=4185 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/35939004 Cr-Commit-Position: refs/heads/master@{#8190} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8190 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/webrtc/modules/audio_processing/test/test_utils.h b/webrtc/modules/audio_processing/test/test_utils.h index 2243590..0bf6f27 100644 --- a/webrtc/modules/audio_processing/test/test_utils.h +++ b/webrtc/modules/audio_processing/test/test_utils.h
@@ -12,9 +12,9 @@ #include <limits> #include "webrtc/audio_processing/debug.pb.h" +#include "webrtc/common_audio/channel_buffer.h" #include "webrtc/common_audio/include/audio_util.h" #include "webrtc/common_audio/wav_file.h" -#include "webrtc/modules/audio_processing/channel_buffer.h" #include "webrtc/modules/audio_processing/include/audio_processing.h" #include "webrtc/modules/interface/module_common_types.h" #include "webrtc/system_wrappers/interface/scoped_ptr.h"