Index: ui/wm/core/window_animations.cc |
diff --git a/ui/wm/core/window_animations.cc b/ui/wm/core/window_animations.cc |
index 03bb1b99f421b335d3033c685e49661fc93cdc6b..ce154726ab94eddfca01b7fd13c1c8d3d5a61da0 100644 |
--- a/ui/wm/core/window_animations.cc |
+++ b/ui/wm/core/window_animations.cc |
@@ -653,7 +653,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; |