Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1507)

Unified Diff: content/renderer/media/android/audio_decoder_android.cc

Issue 17502007: Move webkit/renderer/media/android/ to content/renderer/media/android/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix shared lib Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/renderer/media/android/audio_decoder_android.h ('k') | content/renderer/media/android/media_info_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698