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

Unified Diff: webrtc/sound/soundsysteminterface.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/soundoutputstreaminterface.h ('k') | webrtc/system_wrappers/interface/atomic32.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/soundsysteminterface.h
diff --git a/webrtc/sound/soundsysteminterface.h b/webrtc/sound/soundsysteminterface.h
index aa9a53a93c819a4698c5a7a610d45225ccf9318b..c386b07a4ecdb4b61111aaa66094e242a1b36f60 100644
--- a/webrtc/sound/soundsysteminterface.h
+++ b/webrtc/sound/soundsysteminterface.h
@@ -66,7 +66,7 @@ class SoundSystemInterface {
// a slightly higher one in the event that the true minimum requires an
// undesirable trade-off.
static const int kLowLatency = 0;
-
+
// Max value for the volume parameters for Sound(Input|Output)StreamInterface.
static const int kMaxVolume = 255;
// Min value for the volume parameters for Sound(Input|Output)StreamInterface.
@@ -104,7 +104,7 @@ class SoundSystemInterface {
SoundSystemInterface() {}
private:
- DISALLOW_COPY_AND_ASSIGN(SoundSystemInterface);
+ RTC_DISALLOW_COPY_AND_ASSIGN(SoundSystemInterface);
};
} // namespace rtc
« no previous file with comments | « webrtc/sound/soundoutputstreaminterface.h ('k') | webrtc/system_wrappers/interface/atomic32.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698