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

Unified Diff: ash/launcher/launcher_view.h

Issue 10828184: ash: Update launcher overflow chevron. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix launcher_view_test_api compile Created 8 years, 4 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/ash.gyp ('k') | ash/launcher/launcher_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher_view.h
diff --git a/ash/launcher/launcher_view.h b/ash/launcher/launcher_view.h
index 6dbe133e8a0946a884f47c3b49c4eebb383a5dda..f3102adc3e66d0bc587b0d4b7f722c5565ae18e9 100644
--- a/ash/launcher/launcher_view.h
+++ b/ash/launcher/launcher_view.h
@@ -20,7 +20,6 @@
namespace views {
class BoundsAnimator;
-class ImageButton;
class MenuRunner;
class ViewModel;
}
@@ -42,6 +41,7 @@ class LauncherButton;
class LauncherTooltipManager;
class ShelfLayoutManager;
class OverflowBubble;
+class OverflowButton;
class ASH_EXPORT LauncherView : public views::View,
public LauncherModelObserver,
@@ -238,7 +238,7 @@ class ASH_EXPORT LauncherView : public views::View,
scoped_ptr<views::BoundsAnimator> bounds_animator_;
- views::ImageButton* overflow_button_;
+ OverflowButton* overflow_button_;
scoped_ptr<OverflowBubble> overflow_bubble_;
« no previous file with comments | « ash/ash.gyp ('k') | ash/launcher/launcher_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698