| Index: ui/views/controls/button/checkbox.h
|
| diff --git a/ui/views/controls/button/checkbox.h b/ui/views/controls/button/checkbox.h
|
| index 47e07c3485491429e66eef142d69a393ad9db5a8..407c4d39e76fd8f6b117db39489a489cb37ccccb 100644
|
| --- a/ui/views/controls/button/checkbox.h
|
| +++ b/ui/views/controls/button/checkbox.h
|
| @@ -60,7 +60,7 @@ class VIEWS_EXPORT Checkbox : public LabelButton {
|
| const gfx::ImageSkia& image);
|
|
|
| // Paints a focus indicator for the view.
|
| - virtual void PaintFocusRing(gfx::Canvas* canvas, const cc::PaintFlags& paint);
|
| + virtual void PaintFocusRing(gfx::Canvas* canvas, const cc::PaintFlags& flags);
|
|
|
| // Gets the vector icon to use based on the current state of |checked_|.
|
| virtual const gfx::VectorIcon& GetVectorIcon() const;
|
|
|