| Index: ui/views/controls/styled_label_unittest.cc
|
| diff --git a/ui/views/controls/styled_label_unittest.cc b/ui/views/controls/styled_label_unittest.cc
|
| index cda5ed9007bbf986d02a8dff2f6059abbc467860..5dd1f2fa9925aac146fcb373a2c7a3ce0e50611d 100644
|
| --- a/ui/views/controls/styled_label_unittest.cc
|
| +++ b/ui/views/controls/styled_label_unittest.cc
|
| @@ -336,7 +336,7 @@ TEST_F(StyledLabelTest, Color) {
|
| container->AddChildView(label);
|
| const SkColor kDefaultTextColor = label->enabled_color();
|
|
|
| - // Obtain the default text color for a link;
|
| + // Obtain the default text color for a link.
|
| Link* link = new Link(ASCIIToUTF16(text_link));
|
| container->AddChildView(link);
|
| const SkColor kDefaultLinkColor = link->enabled_color();
|
|
|