| Index: ash/system/tray/tray_bubble_wrapper.cc
|
| diff --git a/ash/common/system/tray/tray_bubble_wrapper.cc b/ash/system/tray/tray_bubble_wrapper.cc
|
| similarity index 89%
|
| rename from ash/common/system/tray/tray_bubble_wrapper.cc
|
| rename to ash/system/tray/tray_bubble_wrapper.cc
|
| index 549504294e22ff051188274b2f58206585326309..81bd8180c867cd9986afe8c95ae8da94270c7582 100644
|
| --- a/ash/common/system/tray/tray_bubble_wrapper.cc
|
| +++ b/ash/system/tray/tray_bubble_wrapper.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/system/tray/tray_bubble_wrapper.h"
|
| +#include "ash/system/tray/tray_bubble_wrapper.h"
|
|
|
| -#include "ash/common/system/tray/tray_background_view.h"
|
| -#include "ash/common/system/tray/tray_event_filter.h"
|
| -#include "ash/common/wm_window.h"
|
| +#include "ash/system/tray/tray_background_view.h"
|
| +#include "ash/system/tray/tray_event_filter.h"
|
| +#include "ash/wm_window.h"
|
| #include "ui/views/bubble/tray_bubble_view.h"
|
| #include "ui/views/widget/widget.h"
|
|
|
|
|