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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm

Issue 112913004: Update some uses of UTF conversions in chrome/browser to use the base:: namespace. (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
Index: chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm b/chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm
index 07bc72cf4000e5b54b667540c57833bb45e8ba3e..75829ac8975be80ce8946e5ca34dea0d4f317eb5 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm
+++ b/chrome/browser/ui/cocoa/autofill/autofill_details_container_unittest.mm
@@ -56,7 +56,7 @@ TEST_F(AutofillDetailsContainerTest, ValidateAllSections) {
ValidityMessages invalid;
invalid.Set(ADDRESS_HOME_ZIP,
- ValidityMessage(ASCIIToUTF16("Some error message"), false));
+ ValidityMessage(base::ASCIIToUTF16("Some error message"), false));
EXPECT_CALL(delegate_, InputsAreValid(_, _))
.Times(3)

Powered by Google App Engine
This is Rietveld 408576698