Index: content/renderer/media/audio_decoder.cc |
diff --git a/content/renderer/media/audio_decoder.cc b/content/renderer/media/audio_decoder.cc |
index 64cf6ddde73b3657568d2b39728fce6b442b3f57..dd9f1fafa0d1d34e6353d37735340e4c4ada650e 100644 |
--- a/content/renderer/media/audio_decoder.cc |
+++ b/content/renderer/media/audio_decoder.cc |
@@ -19,13 +19,13 @@ using media::AudioBus; |
using media::AudioFileReader; |
using media::InMemoryUrlProtocol; |
using std::vector; |
-using WebKit::WebAudioBus; |
+using blink::WebAudioBus; |
namespace content { |
// Decode in-memory audio file data. |
bool DecodeAudioFileData( |
- WebKit::WebAudioBus* destination_bus, |
+ blink::WebAudioBus* destination_bus, |
const char* data, size_t data_size, double sample_rate) { |
DCHECK(destination_bus); |
if (!destination_bus) |