| Index: content/renderer/media/android/audio_decoder_android.cc
|
| diff --git a/webkit/renderer/media/android/audio_decoder_android.cc b/content/renderer/media/android/audio_decoder_android.cc
|
| similarity index 98%
|
| rename from webkit/renderer/media/android/audio_decoder_android.cc
|
| rename to content/renderer/media/android/audio_decoder_android.cc
|
| index 2d0cb1751afd6c2b9393a9889d46b835199cdbac..ee2fb2769e48c67e80d2883359f217ceef6970b0 100644
|
| --- a/webkit/renderer/media/android/audio_decoder_android.cc
|
| +++ b/content/renderer/media/android/audio_decoder_android.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/renderer/media/audio_decoder.h"
|
| +#include "content/renderer/media/android/audio_decoder_android.h"
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
| @@ -21,7 +21,7 @@
|
| #include "media/base/limits.h"
|
| #include "third_party/WebKit/public/platform/WebAudioBus.h"
|
|
|
| -namespace webkit_media {
|
| +namespace content {
|
|
|
| class AudioDecoderIO {
|
| public:
|
| @@ -256,4 +256,4 @@ bool DecodeAudioFileData(WebKit::WebAudioBus* destination_bus, const char* data,
|
| return true;
|
| }
|
|
|
| -} // namespace webkit_media
|
| +} // namespace content
|
|
|