| Index: components/toolbar/toolbar_model_delegate.h
|
| diff --git a/components/toolbar/toolbar_model_delegate.h b/components/toolbar/toolbar_model_delegate.h
|
| index cf88095a6f21fc6a4afb6f859b3bd397ca4ca76a..8c61c451bec30739ac5428a4d93390ab7ef6771e 100644
|
| --- a/components/toolbar/toolbar_model_delegate.h
|
| +++ b/components/toolbar/toolbar_model_delegate.h
|
| @@ -14,7 +14,7 @@
|
| class GURL;
|
|
|
| namespace gfx {
|
| -enum class VectorIconId;
|
| +struct VectorIcon;
|
| }
|
|
|
| namespace net {
|
| @@ -54,7 +54,7 @@ class ToolbarModelDelegate {
|
| // gfx::VectorIconId::VECTOR_ICON_NONE if the icon should be selected by the
|
| // caller. This is useful for associating particular URLs with particular
|
| // schemes without importing knowledge of those schemes into this component.
|
| - virtual gfx::VectorIconId GetVectorIconOverride() const = 0;
|
| + virtual const gfx::VectorIcon* GetVectorIconOverride() const = 0;
|
|
|
| protected:
|
| virtual ~ToolbarModelDelegate() {}
|
|
|