Index: chrome/browser/android/most_visited_sites.cc |
diff --git a/chrome/browser/android/most_visited_sites.cc b/chrome/browser/android/most_visited_sites.cc |
index 5251522e1ef068bcae0e4e9f529ac02833e74684..f5834cde747eaeefb672b08d409db12b9cf6a219 100644 |
--- a/chrome/browser/android/most_visited_sites.cc |
+++ b/chrome/browser/android/most_visited_sites.cc |
@@ -112,7 +112,7 @@ SyncState GetSyncState(Profile* profile) { |
return SyncState::SYNC_OR_HISTORY_SYNC_DISABLED; |
return suggestions::GetSyncState( |
sync->IsSyncEnabledAndLoggedIn(), |
- sync->SyncActive() && sync->ConfigurationDone(), |
+ sync->IsSyncActive() && sync->ConfigurationDone(), |
sync->GetActiveDataTypes().Has(syncer::HISTORY_DELETE_DIRECTIVES)); |
} |