| Index: chrome/browser/ui/views/infobars/infobar_view.h
|
| diff --git a/chrome/browser/ui/views/infobars/infobar_view.h b/chrome/browser/ui/views/infobars/infobar_view.h
|
| index e28491b66dd284b2aae14da601b9a1f86a7e1786..94466211c9b55edc598f7276541a51890ca1684c 100644
|
| --- a/chrome/browser/ui/views/infobars/infobar_view.h
|
| +++ b/chrome/browser/ui/views/infobars/infobar_view.h
|
| @@ -38,10 +38,6 @@ class InfoBarView : public infobars::InfoBar,
|
| protected:
|
| typedef std::vector<views::Label*> Labels;
|
|
|
| - static const int kButtonButtonSpacing;
|
| - static const int kEndOfLabelSpacing;
|
| - static const SkColor kTextColor;
|
| -
|
| ~InfoBarView() override;
|
|
|
| // Creates a label with the appropriate font and color for an infobar.
|
|
|