commit | 9b2095b180372e85a124c396a12e546cc37b2960 | [log] [tgz] |
---|---|---|
author | Anna Malova <[email protected]> | Wed Mar 04 15:41:18 2020 |
committer | Commit Bot <[email protected]> | Wed Mar 04 15:41:18 2020 |
tree | 893b2da5249423c2dcbed28308f3a7d99f38606c | |
parent | 96254d31b8ccd02215bafb6c5fd7142dd9cbf22e [diff] [blame] |
Convert RecordRemovedCallback to RepeatingCallback Bug: 1007815 Change-Id: Ifee769d9f78a813e0540ffe007329a2246274e9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2085212 Reviewed-by: Matt Menke <[email protected]> Commit-Queue: Anna Malova <[email protected]> Cr-Commit-Position: refs/heads/master@{#746789}
diff --git a/net/dns/mdns_cache.h b/net/dns/mdns_cache.h index d1ea1c1..6e91a9c 100644 --- a/net/dns/mdns_cache.h +++ b/net/dns/mdns_cache.h
@@ -50,7 +50,8 @@ std::string optional_; }; - typedef base::Callback<void(const RecordParsed*)> RecordRemovedCallback; + typedef base::RepeatingCallback<void(const RecordParsed*)> + RecordRemovedCallback; enum UpdateType { RecordAdded,