| 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 86f94b6b150a0901e0f65b28a39571e24c4dcafc..fbc9e64a93634273bc950b21a4c3717ede8f83d0 100644
|
| --- a/chrome/browser/sync/glue/typed_url_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/typed_url_data_type_controller.cc
|
| @@ -137,7 +137,7 @@ bool TypedUrlDataTypeController::PostTaskOnBackendThread(
|
| profile(), Profile::IMPLICIT_ACCESS);
|
| if (history) {
|
| history->ScheduleDBTask(new RunTaskOnHistoryThread(task, this),
|
| - &cancelable_consumer_);
|
| + &task_tracker_);
|
| return true;
|
| } else {
|
| // History must be disabled - don't start.
|
|
|