Index: ui/wm/core/wm_core_switches.cc |
diff --git a/ui/views/corewm/corewm_switches.cc b/ui/wm/core/wm_core_switches.cc |
similarity index 73% |
rename from ui/views/corewm/corewm_switches.cc |
rename to ui/wm/core/wm_core_switches.cc |
index 52ddff7837769769b310653322b6ce3237c95dc5..a417ed814779a27a14c560bcc11b93f67c9122f7 100644 |
--- a/ui/views/corewm/corewm_switches.cc |
+++ b/ui/wm/core/wm_core_switches.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "ui/views/corewm/corewm_switches.h" |
+#include "ui/wm/core/wm_core_switches.h" |
#include "base/command_line.h" |
@@ -11,8 +11,7 @@ namespace corewm { |
namespace switches { |
// If present animations are disabled. |
-const char kWindowAnimationsDisabled[] = |
- "views-corewm-window-animations-disabled"; |
+const char kWindowAnimationsDisabled[] = "wm-window-animations-disabled"; |
} // namespace switches |
} // namespace corewm |