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

Unified Diff: ui/message_center/views/padded_button.h

Issue 2744463002: Add VectorIconButton functionality to ImageButton. (Closed)
Patch Set: fix cros build Created 3 years, 9 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
Index: ui/message_center/views/padded_button.h
diff --git a/ui/message_center/views/padded_button.h b/ui/message_center/views/padded_button.h
index 2d9c6b0a1d281916b13ed7e23699930de6b0a375..c70ff8d5b80856c35980dc60e983b5358107e3f4 100644
--- a/ui/message_center/views/padded_button.h
+++ b/ui/message_center/views/padded_button.h
@@ -23,7 +23,7 @@ namespace message_center {
// area (<http://crbug.com/168856>).
class MESSAGE_CENTER_EXPORT PaddedButton : public views::ImageButton {
public:
- PaddedButton(views::ButtonListener* listener);
+ PaddedButton(views::ImageButtonDelegate* listener);
~PaddedButton() override = default;
// Overridden from InkDropHostView

Powered by Google App Engine
This is Rietveld 408576698