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

Unified Diff: webrtc/test/mock_audio_decoder.h

Issue 2934143003: Fix Chromium style checker warnings for MockAudioDecoder (Closed)
Patch Set: Created 3 years, 6 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 | « webrtc/test/BUILD.gn ('k') | webrtc/test/mock_audio_decoder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/test/mock_audio_decoder.h
diff --git a/webrtc/test/mock_audio_decoder.h b/webrtc/test/mock_audio_decoder.h
index 883002112024b7a51ee71810d0e14f696ed44662..d124b0f8a15acba58383df2b33eeb81fd44c0a26 100644
--- a/webrtc/test/mock_audio_decoder.h
+++ b/webrtc/test/mock_audio_decoder.h
@@ -18,8 +18,8 @@ namespace webrtc {
class MockAudioDecoder : public AudioDecoder {
public:
- MockAudioDecoder() {}
- virtual ~MockAudioDecoder() { Die(); }
+ MockAudioDecoder();
+ ~MockAudioDecoder();
MOCK_METHOD0(Die, void());
MOCK_METHOD5(DecodeInternal,
int(const uint8_t*, size_t, int, int16_t*, SpeechType*));
« no previous file with comments | « webrtc/test/BUILD.gn ('k') | webrtc/test/mock_audio_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698