summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/test_launcher_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/base/test_launcher_utils.cc')
-rw-r--r--chrome/test/base/test_launcher_utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/base/test_launcher_utils.cc b/chrome/test/base/test_launcher_utils.cc
index 50c2cae..0bf1e28 100644
--- a/chrome/test/base/test_launcher_utils.cc
+++ b/chrome/test/base/test_launcher_utils.cc
@@ -52,7 +52,7 @@ void PrepareBrowserCommandLineForTests(CommandLine* command_line) {
// Disable window animations under Ash as the animations effect the
// coordinates returned and result in flake.
command_line->AppendSwitch(
- wm::switches::kWindowAnimationsDisabled);
+ views::corewm::switches::kWindowAnimationsDisabled);
#endif
#if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS)