| Index: chrome/browser/sync/about_sync_util_unittest.cc
|
| diff --git a/chrome/browser/sync/about_sync_util_unittest.cc b/chrome/browser/sync/about_sync_util_unittest.cc
|
| index bf5befef39a4ca627e418bbb6f1af9316637ff12..6755d1b9f0f3dc4ee305f3b643ec90a500ebe1fd 100644
|
| --- a/chrome/browser/sync/about_sync_util_unittest.cc
|
| +++ b/chrome/browser/sync/about_sync_util_unittest.cc
|
| @@ -26,7 +26,7 @@ TEST(SyncUIUtilTestAbout, ConstructAboutInformationWithUnrecoverableErrorTest) {
|
| NiceMock<ProfileSyncServiceMock> service(profile.get());
|
|
|
| // Will be released when the dictionary is destroyed
|
| - base::string16 str(ASCIIToUTF16("none"));
|
| + base::string16 str(base::ASCIIToUTF16("none"));
|
|
|
| browser_sync::SyncBackendHost::Status status;
|
|
|
|
|