summaryrefslogtreecommitdiffstats
path: root/media/tools/player_wtl/player_wtl.cc
diff options
context:
space:
mode:
authorfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-07 22:43:03 +0000
committerfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-07 22:43:03 +0000
commitacb2299648c3f60917946b4d87714e09d5815da6 (patch)
treefd0fa3a76fbb3717d725a8efe2ddd959d286da36 /media/tools/player_wtl/player_wtl.cc
parent45f9c8f5200a9b3bc8990d5ba650da8dc47e7144 (diff)
downloadchromium_src-acb2299648c3f60917946b4d87714e09d5815da6.zip
chromium_src-acb2299648c3f60917946b4d87714e09d5815da6.tar.gz
chromium_src-acb2299648c3f60917946b4d87714e09d5815da6.tar.bz2
Rename media::AudioRendererImpl to media::ReferenceAudioRendererImpl.
This removes the name-collision with ::AudioRendererImpl, which lives in content/renderer/media, and is actually the implementation used in chrome. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8201018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104587 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/tools/player_wtl/player_wtl.cc')
-rw-r--r--media/tools/player_wtl/player_wtl.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/media/tools/player_wtl/player_wtl.cc b/media/tools/player_wtl/player_wtl.cc
index 72ba193..7ae160a 100644
--- a/media/tools/player_wtl/player_wtl.cc
+++ b/media/tools/player_wtl/player_wtl.cc
@@ -9,7 +9,6 @@
#include "base/at_exit.h"
#include "base/command_line.h"
#include "media/base/pipeline_impl.h"
-#include "media/filters/audio_renderer_impl.h"
#include "media/filters/ffmpeg_audio_decoder.h"
#include "media/filters/ffmpeg_demuxer.h"
#include "media/filters/ffmpeg_video_decoder.h"