| Index: chrome/browser/page_info_model.cc
|
| diff --git a/chrome/browser/page_info_model.cc b/chrome/browser/page_info_model.cc
|
| index 34521a3996acdab59bfb8c8106954802ff2a2ac8..de8330f73d16ec5a48105e84af28aa87062d501f 100644
|
| --- a/chrome/browser/page_info_model.cc
|
| +++ b/chrome/browser/page_info_model.cc
|
| @@ -277,7 +277,7 @@ PageInfoModel::PageInfoModel(Profile* profile,
|
|
|
| // Request the number of visits.
|
| HistoryService* history = HistoryServiceFactory::GetForProfile(
|
| - profile, Profile::EXPLICIT_ACCESS);
|
| + profile, Profile::EXPLICIT_ACCESS).get();
|
| if (show_history && history) {
|
| history->GetVisibleVisitCountToHost(
|
| url,
|
|
|