| Index: chrome/installer/util/google_chrome_sxs_distribution.h
|
| diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h
|
| index 93867ff1a31632f2f7a139103a9104af6f322e83..8e3e76945d5981889eecf4d00b5b9d531119d8f4 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.h
|
| @@ -20,7 +20,7 @@
|
| // system level install and setting as default browser.
|
| class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
|
| public:
|
| - virtual string16 GetApplicationName() OVERRIDE;
|
| + virtual string16 GetBaseAppName() OVERRIDE;
|
| virtual string16 GetAppShortCutName() OVERRIDE;
|
| virtual string16 GetBrowserAppId() OVERRIDE;
|
| virtual string16 GetInstallSubDir() OVERRIDE;
|
|
|