| 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 18595edf3d5a6fc3361bf0e618f916f99ec16226..c32d1f603ec4c785624297e70d8d273ddd4d7e26 100644
|
| --- a/ui/views/controls/styled_label_unittest.cc
|
| +++ b/ui/views/controls/styled_label_unittest.cc
|
| @@ -351,7 +351,7 @@ TEST_F(StyledLabelTest, StyledRangeWithTooltip) {
|
| styled()->child_at(3)->bounds().x());
|
| EXPECT_EQ(0, styled()->child_at(4)->bounds().x());
|
|
|
| - string16 tooltip;
|
| + base::string16 tooltip;
|
| EXPECT_TRUE(
|
| styled()->child_at(1)->GetTooltipText(gfx::Point(1, 1), &tooltip));
|
| EXPECT_EQ(ASCIIToUTF16("tooltip"), tooltip);
|
|
|