Index: chrome/browser/sync/glue/typed_url_data_type_controller.cc |
diff --git a/chrome/browser/sync/glue/typed_url_data_type_controller.cc b/chrome/browser/sync/glue/typed_url_data_type_controller.cc |
index 38405b8dee92a316693a761bb30112b1f4907dfc..cfdc8e7d57c2b78e092c6bac4b4becc67533a59a 100644 |
--- a/chrome/browser/sync/glue/typed_url_data_type_controller.cc |
+++ b/chrome/browser/sync/glue/typed_url_data_type_controller.cc |
@@ -126,7 +126,7 @@ bool TypedUrlDataTypeController::PostTaskOnBackendThread( |
const base::Closure& task) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
HistoryService* history = HistoryServiceFactory::GetForProfile( |
- profile(), Profile::IMPLICIT_ACCESS); |
+ profile(), ServiceAccessType::IMPLICIT_ACCESS); |
if (history) { |
history->ScheduleDBTask( |
scoped_ptr<history::HistoryDBTask>( |