| Index: chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/star_decoration.h b/chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| index f63ee2a267bb1ddaeb65e479057c7ec5f7beeda3..f0a6661a81ff89d90bf0635a0e0de03327ffdee1 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/star_decoration.h
|
| @@ -34,7 +34,7 @@ class StarDecoration : public ImageDecoration {
|
| protected:
|
| // Overridden from LocationBarDecoration:
|
| SkColor GetMaterialIconColor(bool location_bar_is_dark) const override;
|
| - gfx::VectorIconId GetMaterialVectorIconId() const override;
|
| + const gfx::VectorIcon* GetMaterialVectorIcon() const override;
|
|
|
| private:
|
| // For bringing up bookmark bar.
|
|
|