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_LAUNCHER_TABBED_LAUNCHER_BUTTON_H_ | 5 #ifndef ASH_LAUNCHER_TABBED_LAUNCHER_BUTTON_H_ |
6 #define ASH_LAUNCHER_TABBED_LAUNCHER_BUTTON_H_ | 6 #define ASH_LAUNCHER_TABBED_LAUNCHER_BUTTON_H_ |
7 | 7 |
8 #include "ash/launcher/launcher_button.h" | 8 #include "ash/launcher/launcher_button.h" |
9 #include "base/memory/scoped_ptr.h" | 9 #include "base/memory/scoped_ptr.h" |
10 #include "base/timer.h" | 10 #include "base/timer/timer.h" |
11 #include "ui/base/animation/animation_delegate.h" | 11 #include "ui/base/animation/animation_delegate.h" |
12 #include "ui/views/controls/button/image_button.h" | 12 #include "ui/views/controls/button/image_button.h" |
13 #include "ui/views/controls/glow_hover_controller.h" | 13 #include "ui/views/controls/glow_hover_controller.h" |
14 | 14 |
15 namespace gfx { | 15 namespace gfx { |
16 class ImageSkia; | 16 class ImageSkia; |
17 } | 17 } |
18 | 18 |
19 namespace ui { | 19 namespace ui { |
20 class MultiAnimation; | 20 class MultiAnimation; |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 // drawn. It does not necessarily indicate if the window is 'incognito'. | 103 // drawn. It does not necessarily indicate if the window is 'incognito'. |
104 const IncognitoState is_incognito_; | 104 const IncognitoState is_incognito_; |
105 | 105 |
106 DISALLOW_COPY_AND_ASSIGN(TabbedLauncherButton); | 106 DISALLOW_COPY_AND_ASSIGN(TabbedLauncherButton); |
107 }; | 107 }; |
108 | 108 |
109 } // namespace internal | 109 } // namespace internal |
110 } // namespace ash | 110 } // namespace ash |
111 | 111 |
112 #endif // ASH_LAUNCHER_TABBED_LAUNCHER_BUTTON_H_ | 112 #endif // ASH_LAUNCHER_TABBED_LAUNCHER_BUTTON_H_ |
OLD | NEW |