| Index: ios/web/net/request_tracker_impl.mm
|
| diff --git a/ios/web/net/request_tracker_impl.mm b/ios/web/net/request_tracker_impl.mm
|
| index b33c0f697fbe9973fabb3c59a150a7beabc495a7..d49ba4309e955fb9b07be73fc3a903b46c096d65 100644
|
| --- a/ios/web/net/request_tracker_impl.mm
|
| +++ b/ios/web/net/request_tracker_impl.mm
|
| @@ -812,7 +812,7 @@ void RequestTrackerImpl::SSLNotify() {
|
| if (is_closing_)
|
| return;
|
|
|
| - if (!counts_.size())
|
| + if (counts_.empty())
|
| return; // Nothing yet to notify.
|
|
|
| if (!page_url_.SchemeIsCryptographic())
|
|
|