From d0d639af9da992e49cd9a8fbed43953b9ec0916e Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Fri, 25 Sep 2009 00:07:31 +0000 Subject: Clean up a few bits of files that I'm about to modify. The only visible change is the removal of some extra spacing Ben erroneously added to the link infobar a while back (clients already do their own spacing as needed, so this just added extra whitespace in mid-sentence). BUG=none TEST=none Review URL: http://codereview.chromium.org/223029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27151 0039d316-1c4b-4281-b951-d872f2087c98 --- views/controls/textfield/textfield.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'views/controls/textfield') diff --git a/views/controls/textfield/textfield.h b/views/controls/textfield/textfield.h index fd01cef..7bc5f68 100644 --- a/views/controls/textfield/textfield.h +++ b/views/controls/textfield/textfield.h @@ -231,8 +231,8 @@ class Textfield : public View { // |use_default_background_color_| is set to false. SkColor background_color_; - // When true, the system colors for Textfields are used when painting this - // Textfield. When false, the value of |background_color_| determines the + // When true, the system background color for Textfields is used when painting + // this Textfield. When false, the value of |background_color_| determines the // Textfield's background color. bool use_default_background_color_; -- cgit v1.1