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

Unified Diff: webrtc/sound/soundinputstreaminterface.h

Issue 1345433002: Add RTC_ prefix to contructormagic macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Formatting fix. Created 5 years, 3 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/sounddevicelocator.h ('k') | webrtc/sound/soundoutputstreaminterface.h » ('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 6ce9446d8d87e3ba770d8025070a6ae47e41932b..424ce8e9273fedc66217ab026c88992eaf117b41 100644
--- a/webrtc/sound/soundinputstreaminterface.h
+++ b/webrtc/sound/soundinputstreaminterface.h
@@ -60,7 +60,7 @@ class SoundInputStreamInterface {
SoundInputStreamInterface() {}
private:
- DISALLOW_COPY_AND_ASSIGN(SoundInputStreamInterface);
+ RTC_DISALLOW_COPY_AND_ASSIGN(SoundInputStreamInterface);
};
} // namespace rtc
« no previous file with comments | « webrtc/sound/sounddevicelocator.h ('k') | webrtc/sound/soundoutputstreaminterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698