diff options
Diffstat (limited to 'chrome/browser/shell_integration_win_unittest.cc')
-rw-r--r-- | chrome/browser/shell_integration_win_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/shell_integration_win_unittest.cc b/chrome/browser/shell_integration_win_unittest.cc index 2c63b5c..fc432ff 100644 --- a/chrome/browser/shell_integration_win_unittest.cc +++ b/chrome/browser/shell_integration_win_unittest.cc @@ -67,8 +67,8 @@ class ShellIntegrationWinMigrateShortcutTest : public testing::Test { extension_id_ = L"chromiumexampleappidforunittests"; base::string16 app_name = - UTF8ToUTF16(web_app::GenerateApplicationNameFromExtensionId( - UTF16ToUTF8(extension_id_))); + base::UTF8ToUTF16(web_app::GenerateApplicationNameFromExtensionId( + base::UTF16ToUTF8(extension_id_))); extension_app_id_ = ShellIntegration::GetAppModelIdForProfile(app_name, default_profile_path); |