Index: chrome/browser/ui/sync/profile_signin_confirmation_helper.cc |
diff --git a/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc b/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc |
index 9585fb97b11e7a046013018615e1ac8aa9b7a8e5..8b7ffd7ec2c53f2448e96c36d35d4bd19d407756 100644 |
--- a/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc |
+++ b/chrome/browser/ui/sync/profile_signin_confirmation_helper.cc |
@@ -155,9 +155,9 @@ void ProfileSigninConfirmationHelper::CheckHasTypedURLs() { |
return; |
} |
service->ScheduleDBTask( |
- new HasTypedURLsTask( |
+ scoped_ptr<history::HistoryDBTask>(new HasTypedURLsTask( |
base::Bind(&ProfileSigninConfirmationHelper::ReturnResult, |
- base::Unretained(this))), |
+ base::Unretained(this)))), |
&task_tracker_); |
} |