Index: webrtc/common_audio/wav_file.h |
diff --git a/webrtc/common_audio/wav_file.h b/webrtc/common_audio/wav_file.h |
index 14a8a0e2dfdf3e7291d75bec895e35bae95eca60..2eadd3f7752bb29eb1a62fcf2aa355a837d7d6e6 100644 |
--- a/webrtc/common_audio/wav_file.h |
+++ b/webrtc/common_audio/wav_file.h |
@@ -32,7 +32,7 @@ class WavFile { |
}; |
// Simple C++ class for writing 16-bit PCM WAV files. All error handling is |
-// by calls to CHECK(), making it unsuitable for anything but debug code. |
+// by calls to RTC_CHECK(), making it unsuitable for anything but debug code. |
class WavWriter final : public WavFile { |
public: |
// Open a new WAV file for writing. |