| Index: chrome/browser/ui/views/app_list/app_list_controller_win.cc
|
| diff --git a/chrome/browser/ui/views/app_list/app_list_controller_win.cc b/chrome/browser/ui/views/app_list/app_list_controller_win.cc
|
| index 6b22f01c5376f230c45661fd1c0c54b836823f00..25684d5a56a5eefaaa39bac91d1166f5dcdaa1af 100644
|
| --- a/chrome/browser/ui/views/app_list/app_list_controller_win.cc
|
| +++ b/chrome/browser/ui/views/app_list/app_list_controller_win.cc
|
| @@ -1007,7 +1007,7 @@ void AppListController::Init(Profile* initial_profile) {
|
| // Post a task to create the app list. This is posted to not impact startup
|
| // time.
|
| const int kInitWindowDelay = 5;
|
| - MessageLoop::current()->PostDelayedTask(
|
| + base::MessageLoop::current()->PostDelayedTask(
|
| FROM_HERE,
|
| base::Bind(&::InitView, initial_profile),
|
| base::TimeDelta::FromSeconds(kInitWindowDelay));
|
|
|