Index: chrome/browser/shell_integration_unittest.cc |
diff --git a/chrome/browser/shell_integration_unittest.cc b/chrome/browser/shell_integration_unittest.cc |
index 1a6b97956f450856addc557ddeceaa5a002717c9..fa56fc5c9c948755c8eccf96b1b7582aad483dd0 100644 |
--- a/chrome/browser/shell_integration_unittest.cc |
+++ b/chrome/browser/shell_integration_unittest.cc |
@@ -307,7 +307,7 @@ TEST(ShellIntegrationTest, GetChromiumAppIdTest) { |
FilePath default_user_data_dir; |
chrome::GetDefaultUserDataDirectory(&default_user_data_dir); |
FilePath default_profile_path = |
- default_user_data_dir.Append(chrome::kNotSignedInProfile); |
+ default_user_data_dir.AppendASCII(chrome::kNotSignedInProfile); |
EXPECT_EQ(BrowserDistribution::GetDistribution()->GetBrowserAppId(), |
ShellIntegration::GetChromiumAppId(default_profile_path)); |