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

Unified Diff: webrtc/modules/audio_device/ios/audio_device_ios.h

Issue 1335923002: Add RTC_ prefix to (D)CHECKs and related macros. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. 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
Index: webrtc/modules/audio_device/ios/audio_device_ios.h
diff --git a/webrtc/modules/audio_device/ios/audio_device_ios.h b/webrtc/modules/audio_device/ios/audio_device_ios.h
index 6fa2d4a77fa66fa0ec443f83b38342a7d97a23cc..eb8b87686923cfd3da1479b186f94988d5111f17 100644
--- a/webrtc/modules/audio_device/ios/audio_device_ios.h
+++ b/webrtc/modules/audio_device/ios/audio_device_ios.h
@@ -28,8 +28,8 @@ class FineAudioBuffer;
//
// An instance must be created and destroyed on one and the same thread.
// All supported public methods must also be called on the same thread.
-// A thread checker will DCHECK if any supported method is called on an invalid
-// thread.
+// A thread checker will RTC_DCHECK if any supported method is called on an
+// invalid thread.
//
// Recorded audio will be delivered on a real-time internal I/O thread in the
// audio unit. The audio unit will also ask for audio data to play out on this
@@ -218,7 +218,7 @@ class AudioDeviceIOS : public AudioDeviceGeneric {
// audio session is activated and we verify that the preferred parameters
// were granted by the OS. At this stage it is also possible to add a third
// component to the parameters; the native I/O buffer duration.
- // A CHECK will be hit if we for some reason fail to open an audio session
+ // A RTC_CHECK will be hit if we for some reason fail to open an audio session
// using the specified parameters.
AudioParameters _playoutParameters;
AudioParameters _recordParameters;
« no previous file with comments | « webrtc/modules/audio_device/fine_audio_buffer.cc ('k') | webrtc/modules/audio_device/ios/audio_device_ios.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698