Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Unified Diff: chrome/browser/chromeos/login/textfield_with_margin.h

Issue 5338002: [cros] Use WideButton for all screens, increase textfield vmargin on login screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved ctor empty body to cc Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}
« no previous file with comments | « chrome/browser/chromeos/login/network_selection_view.cc ('k') | chrome/browser/chromeos/login/textfield_with_margin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698