| Index: chrome/browser/sync/glue/history_delete_directives_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/history_delete_directives_data_type_controller.cc b/chrome/browser/sync/glue/history_delete_directives_data_type_controller.cc
|
| index eeca282014669836f1f264fecb1a2fb8e96ae5e3..c61804007658fb04c55c52c29309858dc2aae83e 100644
|
| --- a/chrome/browser/sync/glue/history_delete_directives_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/history_delete_directives_data_type_controller.cc
|
| @@ -49,7 +49,7 @@ void HistoryDeleteDirectivesDataTypeController::OnStateChanged() {
|
| }
|
|
|
| bool HistoryDeleteDirectivesDataTypeController::DisableTypeIfNecessary() {
|
| - if (!sync_service_->SyncActive())
|
| + if (!sync_service_->IsSyncActive())
|
| return false;
|
|
|
| if (ReadyForStart())
|
|
|