Index: content/renderer/media/audio_decoder.cc |
diff --git a/webkit/renderer/media/audio_decoder.cc b/content/renderer/media/audio_decoder.cc |
similarity index 96% |
rename from webkit/renderer/media/audio_decoder.cc |
rename to content/renderer/media/audio_decoder.cc |
index 8bd648ed65ede6fe12241b0ea3bfe191d035ca8b..5e3f784b6a54c4a38005a8a962baab200bb69f72 100644 |
--- a/webkit/renderer/media/audio_decoder.cc |
+++ b/content/renderer/media/audio_decoder.cc |
@@ -2,9 +2,10 @@ |
// 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/audio_decoder.h" |
#include <vector> |
+ |
#include "base/basictypes.h" |
#include "base/strings/string_util.h" |
#include "base/time.h" |
@@ -20,7 +21,7 @@ using media::InMemoryUrlProtocol; |
using std::vector; |
using WebKit::WebAudioBus; |
-namespace webkit_media { |
+namespace content { |
// Decode in-memory audio file data. |
bool DecodeAudioFileData( |
@@ -90,4 +91,4 @@ bool DecodeAudioFileData( |
return actual_frames > 0; |
} |
-} // namespace webkit_media |
+} // namespace content |