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

Unified Diff: media/base/filters.h

Issue 149356: Wrote gmock-based mock filters and a mock filter factory. (Closed)
Patch Set: Created 11 years, 5 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
« no previous file with comments | « no previous file | media/base/mock_filters.h » ('j') | media/base/mock_filters.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/filters.h
diff --git a/media/base/filters.h b/media/base/filters.h
index 43f24fd66eb68ffb1f98f12ca0e91efc28013ec6..bc94d39b67c0e728b0f15a180025ac51008f2bb1 100644
--- a/media/base/filters.h
+++ b/media/base/filters.h
@@ -245,7 +245,7 @@ class AudioDecoder : public MediaFilter {
// Schedules a read. Decoder takes ownership of the callback.
//
// TODO(scherkus): switch Read() callback to scoped_refptr<>.
- virtual void Read(Callback1<Buffer*>::Type* read_callbasck) = 0;
+ virtual void Read(Callback1<Buffer*>::Type* read_callback) = 0;
};
« no previous file with comments | « no previous file | media/base/mock_filters.h » ('j') | media/base/mock_filters.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698