| Index: chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
|
| diff --git a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
|
| index 6a9bfd39987695777eff93be4ca5388fbeb2c63c..44b0f919a2fe0fb2e26ffa793a86eba86e1f37aa 100644
|
| --- a/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
|
| +++ b/chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc
|
| @@ -87,8 +87,8 @@ class ProfileShortcutManagerTest : public testing::Test {
|
| }
|
|
|
| void RunPendingTasks() {
|
| - base::MessageLoop::current()->PostTask(FROM_HERE,
|
| - base::MessageLoop::QuitClosure());
|
| + base::MessageLoop::current()->PostTask(
|
| + FROM_HERE, base::MessageLoop::QuitWhenIdleClosure());
|
| base::MessageLoop::current()->Run();
|
| }
|
|
|
|
|