Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6233)

Unified Diff: chrome/browser/download/download_item_model_unittest.cc

Issue 105193002: Replace string16 with base::string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/download/download_item_model.cc ('k') | chrome/browser/download/download_query.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/download/download_item_model.cc ('k') | chrome/browser/download/download_query.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698