| Index: ash/wm/ash_focus_rules_unittest.cc
 | 
| diff --git a/ash/wm/ash_focus_rules_unittest.cc b/ash/wm/ash_focus_rules_unittest.cc
 | 
| index d729ab45f675d000fd41f42ee3706a493a19373e..ce598f14c77a601c4ec4d6c03697e6be24a491cc 100644
 | 
| --- a/ash/wm/ash_focus_rules_unittest.cc
 | 
| +++ b/ash/wm/ash_focus_rules_unittest.cc
 | 
| @@ -2,10 +2,10 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include "ash/common/shell_window_ids.h"
 | 
|  #include "ash/common/wm/window_state.h"
 | 
|  #include "ash/session/session_state_delegate.h"
 | 
|  #include "ash/shell.h"
 | 
| -#include "ash/shell_window_ids.h"
 | 
|  #include "ash/test/ash_test_base.h"
 | 
|  #include "ash/test/ash_test_helper.h"
 | 
|  #include "ash/test/test_session_state_delegate.h"
 | 
| 
 |