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

Unified Diff: webkit/media/audio_decoder.cc

Issue 8570010: Moving media-related files from webkit/glue/ to webkit/media/. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: minor fixes Created 9 years, 1 month 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
« no previous file with comments | « webkit/media/audio_decoder.h ('k') | webkit/media/buffered_data_source.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/media/audio_decoder.cc
diff --git a/webkit/glue/media/audio_decoder.cc b/webkit/media/audio_decoder.cc
similarity index 96%
rename from webkit/glue/media/audio_decoder.cc
rename to webkit/media/audio_decoder.cc
index 56186fe52d4f71101ab8dfac3e4d84590c52e346..f6b79edf96d9c27d34f8ff241164079b1c32d315 100644
--- a/webkit/glue/media/audio_decoder.cc
+++ b/webkit/media/audio_decoder.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/glue/media/audio_decoder.h"
+#include "webkit/media/audio_decoder.h"
#include <vector>
#include "base/basictypes.h"
@@ -18,7 +18,7 @@ using media::InMemoryUrlProtocol;
using std::vector;
using WebKit::WebAudioBus;
-namespace webkit_glue {
+namespace webkit_media {
// Decode in-memory audio file data.
bool DecodeAudioFileData(
@@ -84,4 +84,4 @@ bool DecodeAudioFileData(
return reader.Read(audio_data, number_of_frames);
}
-} // namespace webkit_glue
+} // namespace webkit_media
« no previous file with comments | « webkit/media/audio_decoder.h ('k') | webkit/media/buffered_data_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698