Index: chrome/browser/ui/sync/one_click_signin_helper.cc |
diff --git a/chrome/browser/ui/sync/one_click_signin_helper.cc b/chrome/browser/ui/sync/one_click_signin_helper.cc |
index 6a0428652ddd75127b396dfc74c4a25318210fc6..c07b51c3bbb37509199fd34c5e15161b53a4d4b1 100644 |
--- a/chrome/browser/ui/sync/one_click_signin_helper.cc |
+++ b/chrome/browser/ui/sync/one_click_signin_helper.cc |
@@ -459,7 +459,7 @@ void CurrentHistoryCleaner::DidCommitProvisionalLoadForFrame( |
content::NavigationController* nc = &web_contents()->GetController(); |
HistoryService* hs = HistoryServiceFactory::GetForProfile( |
Profile::FromBrowserContext(web_contents()->GetBrowserContext()), |
- Profile::IMPLICIT_ACCESS); |
+ ServiceAccessType::IMPLICIT_ACCESS); |
// Have to wait until something else gets added to history before removal. |
if (history_index_to_remove_ < nc->GetLastCommittedEntryIndex()) { |