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

Unified Diff: chrome/browser/profiles/profile_impl_io_data.cc

Issue 556603002: Fix DataReductionProxyUsageStats construction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698