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

Unified Diff: media/base/mock_filters.cc

Issue 566853006: Replace the only use of media::MockStatisticsCB with a bound method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « media/base/mock_filters.h ('k') | media/filters/video_renderer_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/mock_filters.cc
diff --git a/media/base/mock_filters.cc b/media/base/mock_filters.cc
index 55d7eb56a80846cf1282a98152e750f2f515a5e8..0dc6d4e1fd14db38b3862a30699fb92d223e0fb5 100644
--- a/media/base/mock_filters.cc
+++ b/media/base/mock_filters.cc
@@ -94,8 +94,4 @@ MockDecryptor::MockDecryptor() {}
MockDecryptor::~MockDecryptor() {}
-MockStatisticsCB::MockStatisticsCB() {}
-
-MockStatisticsCB::~MockStatisticsCB() {}
-
} // namespace media
« no previous file with comments | « media/base/mock_filters.h ('k') | media/filters/video_renderer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698