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

Unified Diff: webrtc/sound/alsasoundsystem.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/p2p/stunprober/stunprober.cc ('k') | webrtc/sound/alsasoundsystem.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/alsasoundsystem.h
diff --git a/webrtc/sound/alsasoundsystem.h b/webrtc/sound/alsasoundsystem.h
index f95e68618d4a33900d1f8f0d76b0b629be2789a5..b0cc1a4029ba6b64a19235a3fe5f26adf2830e96 100644
--- a/webrtc/sound/alsasoundsystem.h
+++ b/webrtc/sound/alsasoundsystem.h
@@ -95,7 +95,7 @@ class AlsaSoundSystem : public SoundSystemInterface {
bool initialized_;
AlsaSymbolTable symbol_table_;
- DISALLOW_COPY_AND_ASSIGN(AlsaSoundSystem);
+ RTC_DISALLOW_COPY_AND_ASSIGN(AlsaSoundSystem);
};
} // namespace rtc
« no previous file with comments | « webrtc/p2p/stunprober/stunprober.cc ('k') | webrtc/sound/alsasoundsystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698