| 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 08817fbf5af24cbdc414aac5b95362d39610822c..338f79dd5d053967c52402507d7935cc010c49eb 100644
|
| --- a/chrome/browser/chromeos/login/textfield_with_margin.h
|
| +++ b/chrome/browser/chromeos/login/textfield_with_margin.h
|
| @@ -14,7 +14,7 @@ namespace chromeos {
|
| // height.
|
| class TextfieldWithMargin : public views::Textfield {
|
| public:
|
| - TextfieldWithMargin() {};
|
| + TextfieldWithMargin();
|
|
|
| explicit TextfieldWithMargin(views::Textfield::StyleFlags style)
|
| : Textfield(style) {}
|
|
|