Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Side by Side Diff: ash/common/system/tray/tray_popup_utils.h

Issue 2526333002: ash: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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_TRAY_TRAY_POPUP_UTILS_H_ 5 #ifndef ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_UTILS_H_
6 #define ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_UTILS_H_ 6 #define ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_UTILS_H_
7 7
8 #include "ash/common/login_status.h" 8 #include "ash/common/login_status.h"
9 #include "ash/common/system/tray/tray_popup_ink_drop_style.h" 9 #include "ash/common/system/tray/tray_popup_ink_drop_style.h"
10 #include "ash/common/system/tray/tri_view.h" 10 #include "ash/common/system/tray/tri_view.h"
11 #include "base/strings/string16.h" 11 #include "base/strings/string16.h"
12 12
13 namespace views { 13 namespace views {
14 class Border;
15 class ButtonListener; 14 class ButtonListener;
16 class ImageView; 15 class ImageView;
17 class InkDrop; 16 class InkDrop;
18 class InkDropRipple; 17 class InkDropRipple;
19 class InkDropHighlight; 18 class InkDropHighlight;
20 class InkDropHostView; 19 class InkDropHostView;
21 class InkDropMask; 20 class InkDropMask;
22 class Label; 21 class Label;
23 class LabelButton; 22 class LabelButton;
24 class LayoutManager;
25 class Separator; 23 class Separator;
26 class Slider; 24 class Slider;
27 class SliderListener; 25 class SliderListener;
28 class ToggleButton; 26 class ToggleButton;
29 } // namespace views 27 } // namespace views
30 28
31 namespace ash { 29 namespace ash {
32 30
33 // Factory/utility functions used by the system menu. 31 // Factory/utility functions used by the system menu.
34 class TrayPopupUtils { 32 class TrayPopupUtils {
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 // |ink_drop_style|. 180 // |ink_drop_style|.
183 static gfx::Rect GetInkDropBounds(TrayPopupInkDropStyle ink_drop_style, 181 static gfx::Rect GetInkDropBounds(TrayPopupInkDropStyle ink_drop_style,
184 const views::View* host); 182 const views::View* host);
185 183
186 DISALLOW_IMPLICIT_CONSTRUCTORS(TrayPopupUtils); 184 DISALLOW_IMPLICIT_CONSTRUCTORS(TrayPopupUtils);
187 }; 185 };
188 186
189 } // namespace ash 187 } // namespace ash
190 188
191 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_UTILS_H_ 189 #endif // ASH_COMMON_SYSTEM_TRAY_TRAY_POPUP_UTILS_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698