Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 5d14ef722ac32a156753dff27c11f0110b74e3f0..2dee7fe871d9095f204edb23dd304b07cd91cf93 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -164,7 +164,7 @@ class IOThread : public content::BrowserThreadDelegate { |
Optional<bool> enable_spdy_ping_based_connection_checking; |
Optional<net::NextProto> spdy_default_protocol; |
Optional<bool> enable_quic; |
- Optional<uint16> origin_port_to_force_quic_on; |
+ Optional<net::HostPortPair> origin_to_force_quic_on; |
bool enable_user_alternate_protocol_ports; |
// NetErrorTabHelper uses |dns_probe_service| to send DNS probes when a |
// main frame load fails with a DNS error in order to provide more useful |