| Index: chrome/browser/android/data_usage/data_use_ui_tab_model_factory.cc
|
| diff --git a/chrome/browser/android/data_usage/data_use_ui_tab_model_factory.cc b/chrome/browser/android/data_usage/data_use_ui_tab_model_factory.cc
|
| index 84868100bc6c5bc274e567f8952f63e4d2dcb76a..d193afa0a151ad43dcef0e5c269907ed8e18f8ef 100644
|
| --- a/chrome/browser/android/data_usage/data_use_ui_tab_model_factory.cc
|
| +++ b/chrome/browser/android/data_usage/data_use_ui_tab_model_factory.cc
|
| @@ -36,7 +36,9 @@ KeyedService* DataUseUITabModelFactory::BuildServiceInstanceFor(
|
| content::BrowserContext* /* context */) const {
|
| return new DataUseUITabModel(
|
| content::BrowserThread::GetMessageLoopProxyForThread(
|
| - content::BrowserThread::IO));
|
| + content::BrowserThread::IO),
|
| + content::BrowserThread::GetMessageLoopProxyForThread(
|
| + content::BrowserThread::UI));
|
| }
|
|
|
| } // namespace android
|
|
|