Chromium Code Reviews| Index: chrome/browser/ui/views/location_bar/page_action_image_view.cc |
| diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.cc b/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
| index 5877e023ca1a9bd54d687c0208bcfa7b3b4dc945..a7bcf21a35b14d54e6fe10b9e22b89f9c4c0f502 100644 |
| --- a/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
| +++ b/chrome/browser/ui/views/location_bar/page_action_image_view.cc |
| @@ -256,7 +256,7 @@ void PageActionImageView::UpdateVisibility(WebContents* contents, |
| } |
| } |
| if (!icon.isNull()) |
| - SetImage(&icon); |
| + SetImage(icon); |
| SetVisible(true); |
| } |