Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: net/http/http_server_properties_impl_unittest.cc

Issue 2917913002: Add getters and setters for BrokenAlternativeService's list of broken and recently-broken alt svcs (Closed)
Patch Set: Fixed entry override logic in SetBrokenAndRecentlyBrokenAlternativeServices() Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a144e674ef17da1685be001474c3a4edb70f36f3..36ccd96b87df5dff917c5b5257b38c4d697f5168 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 =
« net/http/broken_alternative_services.cc ('K') | « net/http/http_server_properties.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698