summaryrefslogtreecommitdiffstats
path: root/content/test/webrtc_audio_device_test.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 15:19:31 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-22 15:19:31 +0000
commit9a292e27c7a8174fc8e4c9db06a3a87be8a63aab (patch)
treeb315f71158f9b7f1c85d3db0135a4b35ebe559f7 /content/test/webrtc_audio_device_test.cc
parent4f344f1c56fce1e8dd607d506fd47bfd0a9e374d (diff)
downloadchromium_src-9a292e27c7a8174fc8e4c9db06a3a87be8a63aab.zip
chromium_src-9a292e27c7a8174fc8e4c9db06a3a87be8a63aab.tar.gz
chromium_src-9a292e27c7a8174fc8e4c9db06a3a87be8a63aab.tar.bz2
Move the remaining code in content\renderer that wasn't in the content namespace to it.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/webrtc_audio_device_test.cc')
-rw-r--r--content/test/webrtc_audio_device_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/webrtc_audio_device_test.cc b/content/test/webrtc_audio_device_test.cc
index 55c8a8e..eaf5b15 100644
--- a/content/test/webrtc_audio_device_test.cc
+++ b/content/test/webrtc_audio_device_test.cc
@@ -190,7 +190,7 @@ bool WebRTCAudioDeviceTest::Send(IPC::Message* message) {
void WebRTCAudioDeviceTest::SetAudioUtilCallback(AudioUtilInterface* callback) {
// Invalidate any potentially cached values since the new callback should
// be used for those queries.
- audio_hardware::ResetCache();
+ AudioHardware::ResetCache();
audio_util_callback_ = callback;
}