Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 571a1fc9a69c7e11d21285b7a95ea55a00bc0b8c..24b5935a81292cc50c2469439deb35b2fdef2f98 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -660,7 +660,7 @@ void ProfileImpl::DoFinalInit() { |
// BrowserContextKeyedServices, including DataReductionProxyChromeSettings |
event_store.reset( |
new data_reduction_proxy::DataReductionProxyEventStore( |
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO))); |
+ BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI))); |
// The configurator is used by DataReductionProxyChromeSettings and |
// ProfileIOData. Ownership is passed to the latter via ProfileIOData::Handle, |
// which is only destroyed after BrowserContextKeyedServices, |