| Index: ui/wm/core/wm_core_switches.cc
|
| diff --git a/ui/wm/core/wm_core_switches.cc b/ui/wm/core/wm_core_switches.cc
|
| index a417ed814779a27a14c560bcc11b93f67c9122f7..12fbfcca9df3c0d5ff40ddd9dbdc322dee4eba00 100644
|
| --- a/ui/wm/core/wm_core_switches.cc
|
| +++ b/ui/wm/core/wm_core_switches.cc
|
| @@ -6,13 +6,11 @@
|
|
|
| #include "base/command_line.h"
|
|
|
| -namespace views {
|
| -namespace corewm {
|
| +namespace wm {
|
| namespace switches {
|
|
|
| // If present animations are disabled.
|
| const char kWindowAnimationsDisabled[] = "wm-window-animations-disabled";
|
|
|
| } // namespace switches
|
| -} // namespace corewm
|
| -} // namespace views
|
| +} // namespace wm
|
|
|