| Index: chrome/installer/util/google_chrome_sxs_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_sxs_distribution.cc b/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| index 879829584b3ed8fac6c8301c6521840753f534ef..32d95f0ce7ee134f55ea3943906279d9fc56b047 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| @@ -35,7 +35,7 @@ string16 GoogleChromeSxSDistribution::GetAppShortCutName() {
|
| return shortcut_name;
|
| }
|
|
|
| -string16 GoogleChromeSxSDistribution::GetBrowserAppId() {
|
| +string16 GoogleChromeSxSDistribution::GetBaseAppId() {
|
| return kBrowserAppId;
|
| }
|
|
|
|
|