Index: chrome/browser/shell_integration_win_unittest.cc |
diff --git a/chrome/browser/shell_integration_win_unittest.cc b/chrome/browser/shell_integration_win_unittest.cc |
index 04b600d01aff02218c765fcedda398d4e803cfa6..e03657d7166c1ea19de1da9660d22cfc0802525c 100644 |
--- a/chrome/browser/shell_integration_win_unittest.cc |
+++ b/chrome/browser/shell_integration_win_unittest.cc |
@@ -199,6 +199,9 @@ TEST(ShellIntegrationWinTest, GetAppModelIdForProfileTest) { |
TEST(ShellIntegrationWinTest, GetAppListAppModelIdForProfileTest) { |
string16 base_app_id(BrowserDistribution::GetDistribution()->GetBaseAppId()); |
base_app_id.append(L"AppList"); |
+ string16 suffix; |
+ ShellUtil::GetUserSpecificRegistrySuffix(&suffix); |
+ base_app_id.append(suffix); |
// Empty profile path should get chrome::kBrowserAppID + AppList |
base::FilePath empty_path; |