| Index: chrome/browser/ui/cocoa/image_button_cell.h
|
| diff --git a/chrome/browser/ui/cocoa/image_button_cell.h b/chrome/browser/ui/cocoa/image_button_cell.h
|
| index f7ca608a3763cb0eee923d77421cba4c2c603d3f..d56ce217b41a9007642b0a4c172b6a70f6d17277 100644
|
| --- a/chrome/browser/ui/cocoa/image_button_cell.h
|
| +++ b/chrome/browser/ui/cocoa/image_button_cell.h
|
| @@ -23,7 +23,7 @@ enum ButtonState {
|
|
|
| @protocol ImageButton
|
| @optional
|
| -// Sent from an ImageButtonCell to it's view when the mouse enters or exits the
|
| +// Sent from an ImageButtonCell to its view when the mouse enters or exits the
|
| // cell.
|
| - (void)mouseInsideStateDidChange:(BOOL)isInside;
|
| @end
|
|
|