summaryrefslogtreecommitdiffstats
path: root/ui/message_center
diff options
context:
space:
mode:
authoryukishiino@chromium.org <yukishiino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-26 08:40:00 +0000
committeryukishiino@chromium.org <yukishiino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-26 08:40:00 +0000
commit71864599968836299a07e7c76a4142dc864f58d5 (patch)
tree3ca011df77d4972dbf3e85369c84ee604dd54d2e /ui/message_center
parentf729d7a55a06bb521176d8bc354c8d88b452e067 (diff)
downloadchromium_src-71864599968836299a07e7c76a4142dc864f58d5.zip
chromium_src-71864599968836299a07e7c76a4142dc864f58d5.tar.gz
chromium_src-71864599968836299a07e7c76a4142dc864f58d5.tar.bz2
Clean-up: Fixes the wrong indentation in bounded_label.cc.
Let me TBR because the fix is very trivial. TBR=stevenjb@chromium.org TEST=none Review URL: https://codereview.chromium.org/116863005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242520 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/message_center')
-rw-r--r--ui/message_center/views/bounded_label.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/message_center/views/bounded_label.cc b/ui/message_center/views/bounded_label.cc
index 3f94701..c57e973 100644
--- a/ui/message_center/views/bounded_label.cc
+++ b/ui/message_center/views/bounded_label.cc
@@ -143,7 +143,7 @@ std::vector<base::string16> InnerBoundedLabel::GetWrappedText(int width,
// TODO(dharcourt): Remove when http://crbug.com/237700 is fixed.
width = std::max(width,
2 * gfx::GetStringWidth(base::UTF8ToUTF16("W"),
- font_list()));
+ font_list()));
// Wrap, using INT_MAX for -1 widths that indicate no wrapping.
std::vector<base::string16> wrapped;