Index: chrome/common/time_format_browsertest.cc |
diff --git a/chrome/common/time_format_browsertest.cc b/chrome/common/time_format_browsertest.cc |
index 14310310d11c05fa002e5c152d4acbc71323e34d..9269652fad0532d57f1f9d6187bf6bf790b2491c 100644 |
--- a/chrome/common/time_format_browsertest.cc |
+++ b/chrome/common/time_format_browsertest.cc |
@@ -34,7 +34,7 @@ IN_PROC_BROWSER_TEST_F(TimeFormatBrowserTest, DecimalPointNotDot) { |
// This showed up on the browser on estimated download time, for example. |
// http://crbug.com/60476 |
- string16 one_min = |
+ base::string16 one_min = |
ui::TimeFormat::TimeRemainingShort(TimeDelta::FromMinutes(1)); |
EXPECT_EQ(ASCIIToUTF16("1 min"), one_min); |
} |