| Index: ui/views/bubble/bubble_border.h
|
| diff --git a/ui/views/bubble/bubble_border.h b/ui/views/bubble/bubble_border.h
|
| index b471ecd0559a5c78fea2d4185243dcb3e8f2dd28..68951905154b73a6fb2b0e6576dcebc0b2b1ee4d 100644
|
| --- a/ui/views/bubble/bubble_border.h
|
| +++ b/ui/views/bubble/bubble_border.h
|
| @@ -165,8 +165,7 @@ class VIEWS_EXPORT BubbleBorder : public Border {
|
| static BorderImages* GetBorderImages(Shadow shadow);
|
|
|
| // Overridden from Border:
|
| - virtual void Paint(const View& view,
|
| - gfx::Canvas* canvas) const OVERRIDE;
|
| + virtual void Paint(const View& view, gfx::Canvas* canvas) const OVERRIDE;
|
|
|
| void DrawEdgeWithArrow(gfx::Canvas* canvas,
|
| bool is_horizontal,
|
|
|