| Index: ui/app_list/page_switcher.h
|
| diff --git a/ui/app_list/page_switcher.h b/ui/app_list/page_switcher.h
|
| index d6fc7861b20031b06a2e7db98a2758d9fd47a701..2c492b23a7b5d3902bb72cca2f4f23a718ca9911 100644
|
| --- a/ui/app_list/page_switcher.h
|
| +++ b/ui/app_list/page_switcher.h
|
| @@ -29,7 +29,7 @@ class PageSwitcher : public views::View,
|
| virtual void Layout() OVERRIDE;
|
|
|
| private:
|
| - void CalculateButtonWidth(int contents_width);
|
| + void CalculateButtonWidthAndSpacing(int contents_width);
|
|
|
| // Overridden from views::ButtonListener:
|
| virtual void ButtonPressed(views::Button* sender,
|
|
|