| Index: chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm b/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
|
| index ce5c71cac50ce0d4cacf59e512d8aff929fa9bb1..8611ec6c95ed32e101886d4720838361045191e4 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/browser_window_controller_unittest.mm
|
| @@ -660,7 +660,7 @@ TEST_F(BrowserWindowControllerTest, TestSigninMenuItemNoErrors) {
|
| std::string username = "foo@example.com";
|
| NSString* alreadySignedIn =
|
| l10n_util::GetNSStringFWithFixup(IDS_SYNC_MENU_SYNCED_LABEL,
|
| - UTF8ToUTF16(username));
|
| + base::UTF8ToUTF16(username));
|
| SigninManager* signin = SigninManagerFactory::GetForProfile(profile());
|
| signin->SetAuthenticatedUsername(username);
|
| ProfileSyncService* sync =
|
|
|