OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 #ifndef ASH_SYSTEM_STATUS_AREA_WIDGET_H_ | 5 #ifndef ASH_SYSTEM_STATUS_AREA_WIDGET_H_ |
6 #define ASH_SYSTEM_STATUS_AREA_WIDGET_H_ | 6 #define ASH_SYSTEM_STATUS_AREA_WIDGET_H_ |
7 | 7 |
8 #include "ash/ash_export.h" | 8 #include "ash/ash_export.h" |
9 #include "ash/common/login_status.h" | 9 #include "ash/common/login_status.h" |
10 #include "ash/common/shelf/shelf_background_animator_observer.h" | |
11 #include "ash/public/cpp/shelf_types.h" | 10 #include "ash/public/cpp/shelf_types.h" |
| 11 #include "ash/shelf/shelf_background_animator_observer.h" |
12 #include "base/macros.h" | 12 #include "base/macros.h" |
13 #include "ui/views/widget/widget.h" | 13 #include "ui/views/widget/widget.h" |
14 | 14 |
15 namespace ash { | 15 namespace ash { |
16 class ImeMenuTray; | 16 class ImeMenuTray; |
17 class LogoutButtonTray; | 17 class LogoutButtonTray; |
18 class OverviewButtonTray; | 18 class OverviewButtonTray; |
19 class PaletteTray; | 19 class PaletteTray; |
20 class StatusAreaWidgetDelegate; | 20 class StatusAreaWidgetDelegate; |
21 class SystemTray; | 21 class SystemTray; |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 LoginStatus login_status_; | 102 LoginStatus login_status_; |
103 | 103 |
104 WmShelf* wm_shelf_; | 104 WmShelf* wm_shelf_; |
105 | 105 |
106 DISALLOW_COPY_AND_ASSIGN(StatusAreaWidget); | 106 DISALLOW_COPY_AND_ASSIGN(StatusAreaWidget); |
107 }; | 107 }; |
108 | 108 |
109 } // namespace ash | 109 } // namespace ash |
110 | 110 |
111 #endif // ASH_SYSTEM_STATUS_AREA_WIDGET_H_ | 111 #endif // ASH_SYSTEM_STATUS_AREA_WIDGET_H_ |
OLD | NEW |