| Index: chrome/test/base/test_launcher_utils.cc
 | 
| diff --git a/chrome/test/base/test_launcher_utils.cc b/chrome/test/base/test_launcher_utils.cc
 | 
| index 0bf1e28d26dbd6246e8c1c9ef8dfab11ff02c08c..50c2caee4a3308d84505bca2104d1c11a2f08779 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(
 | 
| -      views::corewm::switches::kWindowAnimationsDisabled);
 | 
| +      wm::switches::kWindowAnimationsDisabled);
 | 
|  #endif
 | 
|  
 | 
|  #if defined(OS_POSIX) && !defined(OS_MACOSX) && !defined(OS_CHROMEOS)
 | 
| 
 |