Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 897d2aa18209004304be365e7455e6eb506abc56..04beb455ee4e736800a0ab51daba9693dead4493 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -41,6 +41,7 @@ class DnsProbeService; |
namespace data_reduction_proxy { |
class DataReductionProxyAuthRequestHandler; |
class DataReductionProxyDelegate; |
+class DataReductionProxyNetworkDelegate; |
class DataReductionProxyParams; |
} |
@@ -317,7 +318,9 @@ class IOThread : public content::BrowserThreadDelegate { |
void ConfigureQuic(const base::CommandLine& command_line); |
// Set up data reduction proxy related objects on IO thread globals. |
- void SetupDataReductionProxy(ChromeNetworkDelegate* network_delegate); |
+ void SetupDataReductionProxy( |
+ data_reduction_proxy::DataReductionProxyNetworkDelegate* |
+ network_delegate); |
extensions::EventRouterForwarder* extension_event_router_forwarder() { |
#if defined(ENABLE_EXTENSIONS) |