| Index: ash/wm/screen_dimmer_unittest.cc
 | 
| diff --git a/ash/wm/screen_dimmer_unittest.cc b/ash/wm/screen_dimmer_unittest.cc
 | 
| index 709886f738be2e07edcb986af69f8b8416e570f8..186445d1525fa44d4e2ff5f5858c7ed45aa74164 100644
 | 
| --- a/ash/wm/screen_dimmer_unittest.cc
 | 
| +++ b/ash/wm/screen_dimmer_unittest.cc
 | 
| @@ -2,17 +2,17 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "ash/common/wm/screen_dimmer.h"
 | 
| +#include "ash/wm/screen_dimmer.h"
 | 
|  
 | 
|  #include <memory>
 | 
|  
 | 
| -#include "ash/common/wm/window_dimmer.h"
 | 
| -#include "ash/common/wm_shell.h"
 | 
| -#include "ash/common/wm_window.h"
 | 
| -#include "ash/common/wm_window_user_data.h"
 | 
|  #include "ash/root_window_controller.h"
 | 
|  #include "ash/shell.h"
 | 
|  #include "ash/test/ash_test_base.h"
 | 
| +#include "ash/wm/window_dimmer.h"
 | 
| +#include "ash/wm_shell.h"
 | 
| +#include "ash/wm_window.h"
 | 
| +#include "ash/wm_window_user_data.h"
 | 
|  #include "base/memory/ptr_util.h"
 | 
|  #include "ui/aura/test/test_windows.h"
 | 
|  #include "ui/compositor/layer.h"
 | 
| 
 |