| Index: chrome/browser/download/download_item_model_unittest.cc
|
| diff --git a/chrome/browser/download/download_item_model_unittest.cc b/chrome/browser/download/download_item_model_unittest.cc
|
| index 6be4abcb058a53b22239ca61046242b392c53e99..3eafce04f7332026d81dbbd1b0d2d1313022db58 100644
|
| --- a/chrome/browser/download/download_item_model_unittest.cc
|
| +++ b/chrome/browser/download/download_item_model_unittest.cc
|
| @@ -267,7 +267,7 @@ TEST_F(DownloadItemModelTest, InterruptTooltip) {
|
| // Check that if the width is small, the returned tooltip only contains
|
| // lines of the given width or smaller.
|
| std::vector<string16> lines;
|
| - string16 truncated_tooltip =
|
| + base::string16 truncated_tooltip =
|
| model().GetTooltipText(font_list, kSmallTooltipWidth);
|
| Tokenize(truncated_tooltip, ASCIIToUTF16("\n"), &lines);
|
| for (unsigned i = 0; i < lines.size(); ++i)
|
|
|