| Index: ash/wm/screen_dimmer.cc
 | 
| diff --git a/ash/common/wm/screen_dimmer.cc b/ash/wm/screen_dimmer.cc
 | 
| similarity index 90%
 | 
| rename from ash/common/wm/screen_dimmer.cc
 | 
| rename to ash/wm/screen_dimmer.cc
 | 
| index 2b697faf7e1ba2560d5f83ed1d7c4bfa6bd3fc07..596ce0ace98c6c2a9bd6819b7419b91372ca1e13 100644
 | 
| --- a/ash/common/wm/screen_dimmer.cc
 | 
| +++ b/ash/wm/screen_dimmer.cc
 | 
| @@ -2,14 +2,14 @@
 | 
|  // 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 "ash/common/wm/container_finder.h"
 | 
| -#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/public/cpp/shell_window_ids.h"
 | 
| +#include "ash/wm/container_finder.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"
 | 
|  
 | 
|  namespace ash {
 | 
| 
 |