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_COMMON_SYSTEM_STATUS_AREA_WIDGET_H_ | 5 #ifndef ASH_COMMON_SYSTEM_STATUS_AREA_WIDGET_H_ |
6 #define ASH_COMMON_SYSTEM_STATUS_AREA_WIDGET_H_ | 6 #define ASH_COMMON_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" | 10 #include "ash/common/shelf/shelf_background_animator_observer.h" |
11 #include "ash/common/shelf/shelf_types.h" | 11 #include "ash/public/cpp/shelf_types.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 OverviewButtonTray; | 16 class OverviewButtonTray; |
17 class ShellDelegate; | 17 class ShellDelegate; |
18 class StatusAreaWidgetDelegate; | 18 class StatusAreaWidgetDelegate; |
19 class SystemTray; | 19 class SystemTray; |
20 class TrayBackgroundView; | 20 class TrayBackgroundView; |
21 class WebNotificationTray; | 21 class WebNotificationTray; |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 LoginStatus login_status_; | 122 LoginStatus login_status_; |
123 | 123 |
124 WmShelf* wm_shelf_; | 124 WmShelf* wm_shelf_; |
125 | 125 |
126 DISALLOW_COPY_AND_ASSIGN(StatusAreaWidget); | 126 DISALLOW_COPY_AND_ASSIGN(StatusAreaWidget); |
127 }; | 127 }; |
128 | 128 |
129 } // namespace ash | 129 } // namespace ash |
130 | 130 |
131 #endif // ASH_COMMON_SYSTEM_STATUS_AREA_WIDGET_H_ | 131 #endif // ASH_COMMON_SYSTEM_STATUS_AREA_WIDGET_H_ |
OLD | NEW |