Chromium Code Reviews| Index: webrtc/base/network.cc |
| diff --git a/webrtc/base/network.cc b/webrtc/base/network.cc |
| index a999fcb45c57cb008c9c4b64c9156af073088863..1eb62893226fdaa48980a7a64e81248ce8f4958a 100644 |
| --- a/webrtc/base/network.cc |
| +++ b/webrtc/base/network.cc |
| @@ -111,7 +111,7 @@ std::string AdapterTypeToString(AdapterType type) { |
| case ADAPTER_TYPE_LOOPBACK: |
| return "Loopback"; |
| default: |
| - RTC_DCHECK(false) << "Invalid type " << type; |
| + RTC_NOTREACHED() << "Invalid type " << type; |
| return std::string(); |
| } |
| } |