audio_processing/agc: Changed to correct include path in agc_unittests
The agc test_utils were moved to tools/ in r8205. The agc_unittests are currently not in use due to interface mismatches. BUG=N/A TBR=kjellander@webrtc.org Review URL: https://webrtc-codereview.appspot.com/38949004 Cr-Commit-Position: refs/heads/master@{#8263} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8263 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
bc3241a8cc
commit
353c8b8c08
@ -13,9 +13,9 @@
|
||||
#include "gmock/gmock.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
#include "webrtc/modules/audio_processing/agc/test/test_utils.h"
|
||||
#include "webrtc/modules/interface/module_common_types.h"
|
||||
#include "webrtc/test/testsupport/fileutils.h"
|
||||
#include "webrtc/tools/agc/test_utils.h"
|
||||
|
||||
using ::testing::_;
|
||||
using ::testing::AllOf;
|
||||
|
Loading…
x
Reference in New Issue
Block a user