| Index: ash/common/system/tray/tray_bubble_wrapper.h
|
| diff --git a/ash/system/tray/tray_bubble_wrapper.h b/ash/common/system/tray/tray_bubble_wrapper.h
|
| similarity index 88%
|
| rename from ash/system/tray/tray_bubble_wrapper.h
|
| rename to ash/common/system/tray/tray_bubble_wrapper.h
|
| index 2e82b40c0c492ca984be9c17dce7e5d19c3994a4..2f77a9bca8f7ae4586aff1b810d97fd4a4d6b466 100644
|
| --- a/ash/system/tray/tray_bubble_wrapper.h
|
| +++ b/ash/common/system/tray/tray_bubble_wrapper.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_TRAY_TRAY_BUBBLE_WRAPPER_H_
|
| -#define ASH_SYSTEM_TRAY_TRAY_BUBBLE_WRAPPER_H_
|
| +#ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_BUBBLE_WRAPPER_H_
|
| +#define ASH_COMMON_SYSTEM_TRAY_TRAY_BUBBLE_WRAPPER_H_
|
|
|
| #include "base/macros.h"
|
| #include "ui/views/widget/widget_observer.h"
|
| @@ -44,4 +44,4 @@ class TrayBubbleWrapper : public views::WidgetObserver {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_TRAY_TRAY_BUBBLE_WRAPPER_H_
|
| +#endif // ASH_COMMON_SYSTEM_TRAY_TRAY_BUBBLE_WRAPPER_H_
|
|
|