Index: net/http/http_server_properties_impl_unittest.cc |
diff --git a/net/http/http_server_properties_impl_unittest.cc b/net/http/http_server_properties_impl_unittest.cc |
index 46cd0dfd0dd9153b58d6bc4ee630c72a67d71001..e7ed5d17781c45fc3c4c0ffe004f25438edc4a53 100644 |
--- a/net/http/http_server_properties_impl_unittest.cc |
+++ b/net/http/http_server_properties_impl_unittest.cc |
@@ -36,7 +36,7 @@ class HttpServerPropertiesImplPeer { |
HttpServerPropertiesImpl* impl, |
const AlternativeService& alternative_service, |
base::TimeTicks when) { |
- BrokenAlternativeServices::BrokenAlternativeServiceList::iterator unused_it; |
+ BrokenAlternativeServiceList::iterator unused_it; |
impl->broken_alternative_services_.AddToBrokenAlternativeServiceListAndMap( |
alternative_service, when, &unused_it); |
auto it = |