Index: chrome/browser/profiles/profile_impl_io_data.cc |
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc |
index ded76e9c9b7d0c5893bd50330837804adcacd97d..0ee6bdf35449af0c9c7253ba7b4029322dac8622 100644 |
--- a/chrome/browser/profiles/profile_impl_io_data.cc |
+++ b/chrome/browser/profiles/profile_impl_io_data.cc |
@@ -440,7 +440,8 @@ void ProfileImplIOData::InitializeInternal( |
data_reduction_proxy_usage_stats_.reset( |
new data_reduction_proxy::DataReductionProxyUsageStats( |
data_reduction_proxy_params_.get(), |
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI))); |
+ BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI) |
+ .get())); |
data_reduction_proxy_usage_stats_->set_unavailable_callback( |
data_reduction_proxy_unavailable_callback_); |