Chromium Code Reviews| Index: webrtc/system_wrappers/source/file_impl.cc |
| diff --git a/webrtc/system_wrappers/source/file_impl.cc b/webrtc/system_wrappers/source/file_impl.cc |
| index dfb138897f4860a363b2542c0f55c0aca8a1bc64..89a918514ac4967841c8a879deaa15870058e302 100644 |
| --- a/webrtc/system_wrappers/source/file_impl.cc |
| +++ b/webrtc/system_wrappers/source/file_impl.cc |
| @@ -271,7 +271,7 @@ int FileWrapperImpl::FlushImpl() { |
| } |
| int FileWrapper::Rewind() { |
| - DCHECK(false); |
| + RTC_DCHECK(false); |
| return -1; |
| } |