| Index: chrome/browser/chromeos/login/textfield_with_margin.h
|
| diff --git a/chrome/browser/chromeos/login/textfield_with_margin.h b/chrome/browser/chromeos/login/textfield_with_margin.h
|
| index 338f79dd5d053967c52402507d7935cc010c49eb..1bf3e54c8fb068b9f970a695cb14f77eb53d8429 100644
|
| --- a/chrome/browser/chromeos/login/textfield_with_margin.h
|
| +++ b/chrome/browser/chromeos/login/textfield_with_margin.h
|
| @@ -15,11 +15,10 @@ namespace chromeos {
|
| class TextfieldWithMargin : public views::Textfield {
|
| public:
|
| TextfieldWithMargin();
|
| + explicit TextfieldWithMargin(views::Textfield::StyleFlags style);
|
|
|
| - explicit TextfieldWithMargin(views::Textfield::StyleFlags style)
|
| - : Textfield(style) {}
|
| -
|
| - // Reimplements views::Textfield.
|
| + protected:
|
| + // Overridden from views::View:
|
| virtual void Layout();
|
|
|
| private:
|
|
|