| Index: chrome/browser/history/top_sites_factory.cc
|
| diff --git a/chrome/browser/history/top_sites_factory.cc b/chrome/browser/history/top_sites_factory.cc
|
| index 66cdfbc22c52a6ab7132cddfd2ffb634d6a5a22d..9999edc89f5ebde2002dc26e580f979aa39f27c2 100644
|
| --- a/chrome/browser/history/top_sites_factory.cc
|
| +++ b/chrome/browser/history/top_sites_factory.cc
|
| @@ -104,7 +104,7 @@ scoped_refptr<history::TopSites> TopSitesFactory::BuildTopSites(
|
| profile, ServiceAccessType::EXPLICIT_ACCESS),
|
| prepopulated_page_list, base::Bind(CanAddURLToHistory)));
|
| top_sites->Init(context->GetPath().Append(history::kTopSitesFilename),
|
| - content::BrowserThread::GetMessageLoopProxyForThread(
|
| + content::BrowserThread::GetTaskRunnerForThread(
|
| content::BrowserThread::DB));
|
| return top_sites;
|
| }
|
|
|