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

Unified Diff: webrtc/sound/soundinputstreaminterface.h

Issue 1425533003: Fix chromium-style warnings in webrtc/sound/. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 2 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/sound/sound.gyp ('k') | webrtc/sound/soundinputstreaminterface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/soundinputstreaminterface.h
diff --git a/webrtc/sound/soundinputstreaminterface.h b/webrtc/sound/soundinputstreaminterface.h
index 424ce8e9273fedc66217ab026c88992eaf117b41..2c934ba6799929c31381acdc07a25e39d0a5527f 100644
--- a/webrtc/sound/soundinputstreaminterface.h
+++ b/webrtc/sound/soundinputstreaminterface.h
@@ -21,7 +21,7 @@ namespace rtc {
// for rtc::Worker.
class SoundInputStreamInterface {
public:
- virtual ~SoundInputStreamInterface() {}
+ virtual ~SoundInputStreamInterface();
// Starts the reading of samples on the current thread.
virtual bool StartReading() = 0;
@@ -57,7 +57,7 @@ class SoundInputStreamInterface {
SoundInputStreamInterface *> SignalSamplesRead;
protected:
- SoundInputStreamInterface() {}
+ SoundInputStreamInterface();
private:
RTC_DISALLOW_COPY_AND_ASSIGN(SoundInputStreamInterface);
« no previous file with comments | « webrtc/sound/sound.gyp ('k') | webrtc/sound/soundinputstreaminterface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698