| 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)
|
|
|