| Index: components/infobars/core/infobar_delegate.h
|
| diff --git a/components/infobars/core/infobar_delegate.h b/components/infobars/core/infobar_delegate.h
|
| index 10cb34cfd31f5ccb171ab295011c36880b07de41..a2d2f4b62bdc73be3ff5caffcc63b76b93ecd38b 100644
|
| --- a/components/infobars/core/infobar_delegate.h
|
| +++ b/components/infobars/core/infobar_delegate.h
|
| @@ -95,7 +95,7 @@ class InfoBarDelegate {
|
| // Called when the user clicks on the close button to dismiss the infobar.
|
| virtual void InfoBarDismissed();
|
|
|
| - // Return the resource ID of the icon to be shown for this InfoBar. If the
|
| + // Returns the resource ID of the icon to be shown for this InfoBar. If the
|
| // value is equal to |kNoIconID|, no icon is shown.
|
| virtual int GetIconID() const;
|
|
|
|
|