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

Unified Diff: media/tools/player_wtl/view.h

Issue 6171009: Remove MessageLoop methods from Filter interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply CR suggestions & fix style issues. Created 9 years, 11 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: media/tools/player_wtl/view.h
diff --git a/media/tools/player_wtl/view.h b/media/tools/player_wtl/view.h
index cbb0a484bb34e22ee865f6bc77fce6f0171ef6b2..5273cd5fe271bdfd7c29d0eb08b365ae3d20d72d 100644
--- a/media/tools/player_wtl/view.h
+++ b/media/tools/player_wtl/view.h
@@ -9,6 +9,7 @@
#include <process.h>
#include <string.h>
+#include "base/logging.h"
scherkus (not reviewing) 2011/01/13 23:52:50 nit: is this needed?
acolwell GONE FROM CHROMIUM 2011/01/14 01:14:12 Yes. It is for a DCHECK() that is in this file. On
#include "media/base/video_frame.h"
#include "media/base/yuv_convert.h"
#include "media/tools/player_wtl/movie.h"

Powered by Google App Engine
This is Rietveld 408576698