| Index: webrtc/modules/audio_coding/neteq/tools/rtp_file_source.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/tools/rtp_file_source.cc b/webrtc/modules/audio_coding/neteq/tools/rtp_file_source.cc
|
| index f5d323ecf63ed02c672a05680acd5ff174255eed..be3a62bd13c868e56203e7dfd3a3a67f72b5aae2 100644
|
| --- a/webrtc/modules/audio_coding/neteq/tools/rtp_file_source.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/tools/rtp_file_source.cc
|
| @@ -28,7 +28,7 @@ namespace test {
|
|
|
| RtpFileSource* RtpFileSource::Create(const std::string& file_name) {
|
| RtpFileSource* source = new RtpFileSource();
|
| - CHECK(source->OpenFile(file_name));
|
| + RTC_CHECK(source->OpenFile(file_name));
|
| return source;
|
| }
|
|
|
|
|