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

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: Rebase, Changed AddBrokenAndRecentlyBrokenAlternativeServices() to take unique_ptrs to clarify ownership Created 3 years, 7 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 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 =
« net/http/broken_alternative_services.cc ('K') | « net/http/broken_alternative_services_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698