| Index: chrome/browser/ui/app_list/app_list_service_mac.mm
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_mac.mm b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| index 2b262ace1f9bcd3c6b6e8d3603931c6813447022..bb486127f1c829477a5f64beaceed8af02a97c3f 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| +++ b/chrome/browser/ui/app_list/app_list_service_mac.mm
|
| @@ -371,7 +371,7 @@ void AppListServiceMac::Init(Profile* initial_profile) {
|
| // OnShimLaunch(). Note that if --silent-launch is not also passed, the window
|
| // will instead populate via StartupBrowserCreator::Launch(). Shim-initiated
|
| // launches will always have --silent-launch.
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kShowAppList))
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kShowAppList))
|
| ShowWindowNearDock();
|
| }
|
|
|
|
|