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

Unified Diff: net/quic/crypto/strike_register.h

Issue 1227353005: Cleanup changes: Rename QuicSession::MarkWriteBlocked to (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « net/quic/crypto/quic_crypto_server_config_test.cc ('k') | net/quic/crypto/strike_register.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/crypto/strike_register.h
diff --git a/net/quic/crypto/strike_register.h b/net/quic/crypto/strike_register.h
index 8acc27234ccb6c461ec3074eef5efd37e0154a9e..cbd0b8ececca7cb11cb70cd26ac36a7c971e924d 100644
--- a/net/quic/crypto/strike_register.h
+++ b/net/quic/crypto/strike_register.h
@@ -189,7 +189,7 @@ class NET_EXPORT_PRIVATE StrikeRegister {
void ValidateTree(uint32 internal_node,
int last_bit,
- const std::vector<std::pair<unsigned, bool> >& bits,
+ const std::vector<std::pair<unsigned, bool>>& bits,
const std::set<uint32>& free_internal_nodes,
const std::set<uint32>& free_external_nodes,
std::set<uint32>* used_internal_nodes,
« no previous file with comments | « net/quic/crypto/quic_crypto_server_config_test.cc ('k') | net/quic/crypto/strike_register.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698