| Index: trunk/src/chrome/browser/sync/glue/typed_url_data_type_controller.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/sync/glue/typed_url_data_type_controller.cc (revision 285001)
|
| +++ trunk/src/chrome/browser/sync/glue/typed_url_data_type_controller.cc (working copy)
|
| @@ -138,10 +138,8 @@
|
| HistoryService* history = HistoryServiceFactory::GetForProfile(
|
| profile(), Profile::IMPLICIT_ACCESS);
|
| if (history) {
|
| - history->ScheduleDBTask(
|
| - scoped_ptr<history::HistoryDBTask>(
|
| - new RunTaskOnHistoryThread(task, this)),
|
| - &task_tracker_);
|
| + history->ScheduleDBTask(new RunTaskOnHistoryThread(task, this),
|
| + &task_tracker_);
|
| return true;
|
| } else {
|
| // History must be disabled - don't start.
|
|
|