| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index 9d6ba770d2a7fddc1d22cc68b39d3e8a03602830..774c215c6ec063a9816729175d689ab37c3a1af0 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -86,7 +86,7 @@ class InfoBarDelegate {
|
| virtual int GetIconId() const;
|
|
|
| // Returns the vector icon identifier to be shown for this InfoBar. This will
|
| - // take precedent over GetIconId() (although typically only one of the two
|
| + // take precedence over GetIconId() (although typically only one of the two
|
| // should be defined for any given infobar).
|
| virtual gfx::VectorIconId GetVectorIconId() const;
|
|
|
|
|