| Index: ui/app_list/views/app_list_view.cc
|
| diff --git a/ui/app_list/views/app_list_view.cc b/ui/app_list/views/app_list_view.cc
|
| index 01058c612bb0a23a21cc4d318c34b1bca386d7cc..ae9a477a94b29c7e53fb90c744cee5f5591f5bec 100644
|
| --- a/ui/app_list/views/app_list_view.cc
|
| +++ b/ui/app_list/views/app_list_view.cc
|
| @@ -71,7 +71,7 @@ bool SupportsShadow() {
|
| #if defined(OS_WIN)
|
| // Shadows are not supported on Windows without Aero Glass.
|
| if (!ui::win::IsAeroGlassEnabled() ||
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| ::switches::kDisableDwmComposition)) {
|
| return false;
|
| }
|
|
|