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

Unified Diff: webrtc/modules/audio_processing/beamformer/mock_nonlinear_beamformer.h

Issue 1305303003: Move mock_nonlinear_beamformer to only be a header (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Remove cc file from gyp file Created 5 years, 4 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 | webrtc/modules/audio_processing/beamformer/mock_nonlinear_beamformer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/audio_processing/beamformer/mock_nonlinear_beamformer.h
diff --git a/webrtc/modules/audio_processing/beamformer/mock_nonlinear_beamformer.h b/webrtc/modules/audio_processing/beamformer/mock_nonlinear_beamformer.h
index 79e335b624c40e25238779df66c48e47e09e1e2a..e2b4417c13ae7f05680dc1f66dff2746cc81fb6d 100644
--- a/webrtc/modules/audio_processing/beamformer/mock_nonlinear_beamformer.h
+++ b/webrtc/modules/audio_processing/beamformer/mock_nonlinear_beamformer.h
@@ -20,7 +20,8 @@ namespace webrtc {
class MockNonlinearBeamformer : public NonlinearBeamformer {
public:
- explicit MockNonlinearBeamformer(const std::vector<Point>& array_geometry);
+ explicit MockNonlinearBeamformer(const std::vector<Point>& array_geometry)
+ : NonlinearBeamformer(array_geometry) {}
MOCK_METHOD2(Initialize, void(int chunk_size_ms, int sample_rate_hz));
MOCK_METHOD2(ProcessChunk, void(const ChannelBuffer<float>& input,
« no previous file with comments | « no previous file | webrtc/modules/audio_processing/beamformer/mock_nonlinear_beamformer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698