Index: chrome/browser/profiles/profile_impl.cc |
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc |
index 07347c516c17cf2924cfe0af97d3e81b0c7e7584..f1b92408642d24b30eb83ff416f573d9a65c4350 100644 |
--- a/chrome/browser/profiles/profile_impl.cc |
+++ b/chrome/browser/profiles/profile_impl.cc |
@@ -664,7 +664,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, |