| Index: trunk/src/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc (revision 285001)
|
| +++ trunk/src/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc (working copy)
|
| @@ -155,9 +155,9 @@
|
| return;
|
| }
|
| service->ScheduleDBTask(
|
| - scoped_ptr<history::HistoryDBTask>(new HasTypedURLsTask(
|
| + new HasTypedURLsTask(
|
| base::Bind(&ProfileSigninConfirmationHelper::ReturnResult,
|
| - base::Unretained(this)))),
|
| + base::Unretained(this))),
|
| &task_tracker_);
|
| }
|
|
|
|
|