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

Unified Diff: webrtc/sound/sounddevicelocator.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/pulseaudiosoundsystem.cc ('k') | webrtc/sound/soundinputstreaminterface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/sound/sounddevicelocator.h
diff --git a/webrtc/sound/sounddevicelocator.h b/webrtc/sound/sounddevicelocator.h
index 4e8e1485aba3cb749ad90a2e4ff62650b3a77c5b..f8a6cf8802ba89dbc567519aa33e1e876085e08a 100644
--- a/webrtc/sound/sounddevicelocator.h
+++ b/webrtc/sound/sounddevicelocator.h
@@ -46,7 +46,7 @@ class SoundDeviceLocator {
std::string device_name_;
private:
- DISALLOW_ASSIGN(SoundDeviceLocator);
+ RTC_DISALLOW_ASSIGN(SoundDeviceLocator);
};
} // namespace rtc
« no previous file with comments | « webrtc/sound/pulseaudiosoundsystem.cc ('k') | webrtc/sound/soundinputstreaminterface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698