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

Unified Diff: media/base/mock_filters.h

Issue 6532008: Fix chromium-style compile error that got in the tree since yesterday. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for Feb 17th Created 9 years, 10 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 | « chrome/test/webdriver/cookie.cc ('k') | media/base/mock_filters.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mock_filters.h
diff --git a/media/base/mock_filters.h b/media/base/mock_filters.h
index 22eba745b9d44dd11c85e62c03720ce878a8f76b..e54e5da4a586fcefd07b03ad0b36c333578430b9 100644
--- a/media/base/mock_filters.h
+++ b/media/base/mock_filters.h
@@ -320,6 +320,9 @@ ACTION_P(DisableAudioRenderer, filter) {
// Helper mock statistics callback.
class MockStatisticsCallback {
public:
+ MockStatisticsCallback();
+ ~MockStatisticsCallback();
+
MOCK_METHOD1(OnStatistics, void(const media::PipelineStatistics& statistics));
};
« no previous file with comments | « chrome/test/webdriver/cookie.cc ('k') | media/base/mock_filters.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698