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

Unified Diff: webrtc/common_audio/mocks/mock_smoothing_filter.h

Issue 2551363002: Update common_audio/smoothing_filter. (Closed)
Patch Set: fixing some bots Created 4 years 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 | « webrtc/common_audio/BUILD.gn ('k') | webrtc/common_audio/smoothing_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_audio/mocks/mock_smoothing_filter.h
diff --git a/webrtc/common_audio/mocks/mock_smoothing_filter.h b/webrtc/common_audio/mocks/mock_smoothing_filter.h
index 171a8ca57455fd530e27e4664b78f5162494da14..82cea5515990f10a4e48976959ceb60e753f3943 100644
--- a/webrtc/common_audio/mocks/mock_smoothing_filter.h
+++ b/webrtc/common_audio/mocks/mock_smoothing_filter.h
@@ -19,8 +19,8 @@ namespace webrtc {
class MockSmoothingFilter : public SmoothingFilter {
public:
MOCK_METHOD1(AddSample, void(float));
- MOCK_CONST_METHOD0(GetAverage, rtc::Optional<float>());
- MOCK_METHOD1(SetTimeConstantMs, void(int));
+ MOCK_METHOD0(GetAverage, rtc::Optional<float>());
+ MOCK_METHOD1(SetTimeConstantMs, bool(int));
};
} // namespace webrtc
« no previous file with comments | « webrtc/common_audio/BUILD.gn ('k') | webrtc/common_audio/smoothing_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698