| 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 5e3a8ff2cf9785d75e740d5ba97a3df95c5c0952..879829584b3ed8fac6c8301c6521840753f534ef 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.cc
|
| @@ -25,7 +25,7 @@ GoogleChromeSxSDistribution::GoogleChromeSxSDistribution()
|
| GoogleChromeDistribution::set_product_guid(kChromeSxSGuid);
|
| }
|
|
|
| -string16 GoogleChromeSxSDistribution::GetApplicationName() {
|
| +string16 GoogleChromeSxSDistribution::GetBaseAppName() {
|
| return L"Google Chrome Canary";
|
| }
|
|
|
|
|