| Index: ash/common/system/tray/tray_popup_header_button.h
|
| diff --git a/ash/common/system/tray/tray_popup_header_button.h b/ash/common/system/tray/tray_popup_header_button.h
|
| index 1777d4528ff81dff16fccb23edbe7148882eea53..83b3d9b933b403196a19bf73a73b418a1147e992 100644
|
| --- a/ash/common/system/tray/tray_popup_header_button.h
|
| +++ b/ash/common/system/tray/tray_popup_header_button.h
|
| @@ -18,7 +18,7 @@ class ASH_EXPORT TrayPopupHeaderButton : public views::ToggleImageButton {
|
| static const char kViewClassName[];
|
|
|
| TrayPopupHeaderButton(views::ButtonListener* listener,
|
| - int icon_resource_id,
|
| + const gfx::ImageSkia& icon,
|
| int accessible_name_id);
|
| TrayPopupHeaderButton(views::ButtonListener* listener,
|
| int enabled_resource_id,
|
|
|