Index: media/base/test_helpers.h |
diff --git a/media/base/test_helpers.h b/media/base/test_helpers.h |
index 712812fc4f6b257c8f3f7e8cdd133b2082a605ce..05ba898994d65ab3dfa0c3ebcd342cdf4985fa6c 100644 |
--- a/media/base/test_helpers.h |
+++ b/media/base/test_helpers.h |
@@ -28,6 +28,7 @@ class DecoderBuffer; |
// Return a callback that expects to be run once. |
base::Closure NewExpectedClosure(); |
+base::Callback<void(bool)> NewExpectedBoolCB(bool success); |
PipelineStatusCB NewExpectedStatusCB(PipelineStatus status); |
// Helper class for running a message loop until a callback has run. Useful for |