| Index: chrome/browser/history/in_memory_url_index.cc
|
| diff --git a/chrome/browser/history/in_memory_url_index.cc b/chrome/browser/history/in_memory_url_index.cc
|
| index b14a19e67048d26db9d89aa81be946265f92686d..7a8ec01361c01fe29e6acaa07bf3d48e865c5fb9 100644
|
| --- a/chrome/browser/history/in_memory_url_index.cc
|
| +++ b/chrome/browser/history/in_memory_url_index.cc
|
| @@ -310,9 +310,8 @@ void InMemoryURLIndex::OnCacheLoadDone(
|
| // Restoring from the History DB -----------------------------------------------
|
|
|
| void InMemoryURLIndex::ScheduleRebuildFromHistory() {
|
| - HistoryService* service =
|
| - HistoryServiceFactory::GetForProfile(profile_,
|
| - Profile::EXPLICIT_ACCESS);
|
| + HistoryService* service = HistoryServiceFactory::GetForProfile(
|
| + profile_, ServiceAccessType::EXPLICIT_ACCESS);
|
| service->ScheduleDBTask(
|
| scoped_ptr<history::HistoryDBTask>(
|
| new InMemoryURLIndex::RebuildPrivateDataFromHistoryDBTask(
|
|
|