From 353c8b8c08f4e1b5743cb08115120c9a33f99b3a Mon Sep 17 00:00:00 2001 From: "bjornv@webrtc.org" Date: Fri, 6 Feb 2015 12:02:38 +0000 Subject: [PATCH] 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 --- webrtc/modules/audio_processing/agc/agc_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/audio_processing/agc/agc_unittest.cc b/webrtc/modules/audio_processing/agc/agc_unittest.cc index 3d5e2d73bf..66a8a2b1b3 100644 --- a/webrtc/modules/audio_processing/agc/agc_unittest.cc +++ b/webrtc/modules/audio_processing/agc/agc_unittest.cc @@ -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;