| Index: ui/wm/core/window_animations.cc
|
| diff --git a/ui/wm/core/window_animations.cc b/ui/wm/core/window_animations.cc
|
| index 746ea48a525c5bd9c9302e8686ea80facd076273..fa5e6daedf6eb6c8441b6302580e5221b5a5e40b 100644
|
| --- a/ui/wm/core/window_animations.cc
|
| +++ b/ui/wm/core/window_animations.cc
|
| @@ -655,7 +655,7 @@ bool WindowAnimationsDisabled(aura::Window* window) {
|
| return true;
|
|
|
| // Animations can be disabled globally for testing.
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kWindowAnimationsDisabled))
|
| return true;
|
|
|
|
|