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

Unified Diff: webrtc/sound/pulseaudiosoundsystem.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/alsasoundsystem.cc ('k') | webrtc/sound/pulseaudiosoundsystem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/pulseaudiosoundsystem.h
diff --git a/webrtc/sound/pulseaudiosoundsystem.h b/webrtc/sound/pulseaudiosoundsystem.h
index 4e67acc0acaf074885d36ddc12391d288b155df9..895b7845525047c0a94dcccf1a51c024480dc498 100644
--- a/webrtc/sound/pulseaudiosoundsystem.h
+++ b/webrtc/sound/pulseaudiosoundsystem.h
@@ -167,7 +167,7 @@ class PulseAudioSoundSystem : public SoundSystemInterface {
pa_context *context_;
PulseAudioSymbolTable symbol_table_;
- DISALLOW_COPY_AND_ASSIGN(PulseAudioSoundSystem);
+ RTC_DISALLOW_COPY_AND_ASSIGN(PulseAudioSoundSystem);
};
} // namespace rtc
« no previous file with comments | « webrtc/sound/alsasoundsystem.cc ('k') | webrtc/sound/pulseaudiosoundsystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698