Index: net/http/http_network_transaction.h |
diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h |
index 92c579b2ce8c129fadc98cf610252e0021367068..6d25382cac5efa3478b61eadf2d8330bfccedc1c 100644 |
--- a/net/http/http_network_transaction.h |
+++ b/net/http/http_network_transaction.h |
@@ -123,7 +123,8 @@ class NET_EXPORT_PRIVATE HttpNetworkTransaction |
void GetConnectionAttempts(ConnectionAttempts* out) const override; |
// NetworkThrottleManager::Delegate methods: |
- void OnThrottleStateChanged() override; |
+ void OnThrottleStateChanged( |
+ NetworkThrottleManager::Throttle* throttle) override; |
private: |
friend class HttpNetworkTransactionSSLTest; |