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

Unified Diff: webkit/glue/webmediaplayer_impl.cc

Issue 6901135: Rewriting FFmpegAudioDecoder and eliminating DecoderBase. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: fix run_all_unittests Created 9 years, 3 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
« media/filters/ffmpeg_audio_decoder_unittest.cc ('K') | « media/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webmediaplayer_impl.cc
diff --git a/webkit/glue/webmediaplayer_impl.cc b/webkit/glue/webmediaplayer_impl.cc
index b30e013ba45e4076b05352f11bece97748310659..fb9687392877760412c8e74f7ef5c86d3b346e5b 100644
--- a/webkit/glue/webmediaplayer_impl.cc
+++ b/webkit/glue/webmediaplayer_impl.cc
@@ -7,6 +7,7 @@
#include <limits>
#include <string>
+#include "base/bind.h"
acolwell GONE FROM CHROMIUM 2011/09/13 22:09:28 accidentally included?
scherkus (not reviewing) 2011/09/16 18:10:13 nope -- decoder_base.h used to include it but now
#include "base/callback.h"
#include "base/command_line.h"
#include "media/base/composite_data_source_factory.h"
« media/filters/ffmpeg_audio_decoder_unittest.cc ('K') | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698