Index: webrtc/api/notifier.h |
diff --git a/webrtc/api/notifier.h b/webrtc/api/notifier.h |
index 878d01c8ce8d3fdf2787ea5f8d93b581970edfc4..d88305155d30851b8528f6ae70a6d45d544397bc 100644 |
--- a/webrtc/api/notifier.h |
+++ b/webrtc/api/notifier.h |
@@ -27,7 +27,7 @@ class Notifier : public T { |
} |
virtual void RegisterObserver(ObserverInterface* observer) { |
- RTC_DCHECK(observer != NULL); |
+ RTC_DCHECK(observer != nullptr); |
observers_.push_back(observer); |
} |