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

Unified Diff: chrome/common/time_format_browsertest.cc

Issue 105473003: Add explicit base namespace to string16 users. (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/common/spellcheck_result.h ('k') | chrome/common/translate/language_detection_details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « chrome/common/spellcheck_result.h ('k') | chrome/common/translate/language_detection_details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698