diff options
author | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 15:09:52 +0000 |
---|---|---|
committer | fischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-30 15:09:52 +0000 |
commit | 08a77cd3d169e297cf1c13670821600867aa5043 (patch) | |
tree | 59ff22fe83ebb2460c4d1e20460823fae1c45963 /media/video | |
parent | 95a33ed6cb8688573249f7cd7032d23518879c6d (diff) | |
download | chromium_src-08a77cd3d169e297cf1c13670821600867aa5043.zip chromium_src-08a77cd3d169e297cf1c13670821600867aa5043.tar.gz chromium_src-08a77cd3d169e297cf1c13670821600867aa5043.tar.bz2 |
Follow-up cleanup promised during r103376's CR.
- mock_task.{h,cc} is gone.
- MockCallback is now MockClosure, and its commentary brought up to date (the
commentary checked in was a mix of old and attempt-at-new that never
materialized)
- NewExpectedCallback is NewExpectedClosure.
A bit of background on FooCallback vs. FooCB: when acolwell@ & I did the first
conversions to the new world, everything was named FooCallback. I proposed
using FooCB for the migrated ones as a way to both easily visually differentiate
as well as save characters (!). Now that we have an additional "don't typedef
Closures" guideline I like having FooCB for non-closure new-style callbacks, and
FooClosure for new-style closures.
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/8085017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103464 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/video')
-rw-r--r-- | media/video/ffmpeg_video_decode_engine_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/media/video/ffmpeg_video_decode_engine_unittest.cc b/media/video/ffmpeg_video_decode_engine_unittest.cc index 8e171e1..4b46ee7 100644 --- a/media/video/ffmpeg_video_decode_engine_unittest.cc +++ b/media/video/ffmpeg_video_decode_engine_unittest.cc @@ -5,7 +5,6 @@ #include "base/memory/scoped_ptr.h" #include "base/message_loop.h" #include "media/base/data_buffer.h" -#include "media/base/mock_task.h" #include "media/base/pipeline.h" #include "media/base/test_data_util.h" #include "media/filters/ffmpeg_glue.h" |