| Index: chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration.h b/chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration.h
|
| index 8acc0d1a1ef44687e7b9e41fbf2055736b2e1f44..5129f5c09337d3cff76842f00d7b66d766290166 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/manage_passwords_decoration.h
|
| @@ -59,7 +59,7 @@ class ManagePasswordsDecoration : public ImageDecoration {
|
|
|
| protected:
|
| // Overridden from LocationBarDecoration:
|
| - gfx::VectorIconId GetMaterialVectorIconId() const override;
|
| + const gfx::VectorIcon* GetMaterialVectorIcon() const override;
|
|
|
| private:
|
| // Triggers a redraw after a state change.
|
|
|