| Index: ash/common/system/tray/system_tray_bubble.cc
 | 
| diff --git a/ash/system/tray/system_tray_bubble.cc b/ash/common/system/tray/system_tray_bubble.cc
 | 
| similarity index 98%
 | 
| rename from ash/system/tray/system_tray_bubble.cc
 | 
| rename to ash/common/system/tray/system_tray_bubble.cc
 | 
| index 9d5cc95158d796fa32ba3b310381ccf6fd563de2..a4826cd47a9c6f3750588fbf63fd734e0267b8ea 100644
 | 
| --- a/ash/system/tray/system_tray_bubble.cc
 | 
| +++ b/ash/common/system/tray/system_tray_bubble.cc
 | 
| @@ -2,16 +2,15 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| -#include "ash/system/tray/system_tray_bubble.h"
 | 
| +#include "ash/common/system/tray/system_tray_bubble.h"
 | 
|  
 | 
|  #include "ash/common/system/tray/system_tray_delegate.h"
 | 
|  #include "ash/common/system/tray/system_tray_item.h"
 | 
| +#include "ash/common/system/tray/tray_bubble_wrapper.h"
 | 
|  #include "ash/common/system/tray/tray_constants.h"
 | 
|  #include "ash/common/system/tray/tray_popup_item_container.h"
 | 
|  #include "ash/common/wm_shell.h"
 | 
| -#include "ash/shell.h"
 | 
|  #include "ash/system/tray/system_tray.h"
 | 
| -#include "ash/system/tray/tray_bubble_wrapper.h"
 | 
|  #include "base/threading/thread_task_runner_handle.h"
 | 
|  #include "ui/compositor/layer.h"
 | 
|  #include "ui/compositor/layer_animation_observer.h"
 | 
| 
 |