| Index: chrome/browser/ui/startup/autolaunch_prompt_win.cc
|
| diff --git a/chrome/browser/ui/startup/autolaunch_prompt_win.cc b/chrome/browser/ui/startup/autolaunch_prompt_win.cc
|
| index 01130c2bcb0c93c7295612cf560194cf91211cb7..5028fa0482873e3eb99c5e24bac5ea21927b12fc 100644
|
| --- a/chrome/browser/ui/startup/autolaunch_prompt_win.cc
|
| +++ b/chrome/browser/ui/startup/autolaunch_prompt_win.cc
|
| @@ -98,7 +98,7 @@ AutolaunchInfoBarDelegate::AutolaunchInfoBarDelegate(
|
|
|
| // We want the info-bar to stick-around for a few seconds and then be hidden
|
| // on the next navigation after that.
|
| - MessageLoop::current()->PostDelayedTask(
|
| + base::MessageLoop::current()->PostDelayedTask(
|
| FROM_HERE,
|
| base::Bind(&AutolaunchInfoBarDelegate::AllowExpiry,
|
| weak_factory_.GetWeakPtr()),
|
|
|