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

Unified Diff: webrtc/sound/soundoutputstreaminterface.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/soundinputstreaminterface.cc ('k') | webrtc/sound/soundoutputstreaminterface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/soundoutputstreaminterface.h
diff --git a/webrtc/sound/soundoutputstreaminterface.h b/webrtc/sound/soundoutputstreaminterface.h
index f56d39b7c90c151c0d905b1c2af0d77245a3115c..a94147b838469cdce2ec239896daf25cbcfdc4e4 100644
--- a/webrtc/sound/soundoutputstreaminterface.h
+++ b/webrtc/sound/soundoutputstreaminterface.h
@@ -21,7 +21,7 @@ namespace rtc {
// DisableBufferMonitoring() are the same as for rtc::Worker.
class SoundOutputStreamInterface {
public:
- virtual ~SoundOutputStreamInterface() {}
+ virtual ~SoundOutputStreamInterface();
// Enables monitoring the available buffer space on the current thread.
virtual bool EnableBufferMonitoring() = 0;
@@ -61,7 +61,7 @@ class SoundOutputStreamInterface {
sigslot::signal2<size_t, SoundOutputStreamInterface *> SignalBufferSpace;
protected:
- SoundOutputStreamInterface() {}
+ SoundOutputStreamInterface();
private:
RTC_DISALLOW_COPY_AND_ASSIGN(SoundOutputStreamInterface);
« no previous file with comments | « webrtc/sound/soundinputstreaminterface.cc ('k') | webrtc/sound/soundoutputstreaminterface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698