| 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 808e6400c9f8e5b9fe3fd4add92677410097e737..c90fba79cda5219cf66165a935e1f0d4b7c521bc 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.h
|
| @@ -19,25 +19,25 @@
|
| // system level install and setting as default browser.
|
| class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
|
| public:
|
| - virtual string16 GetBaseAppName() OVERRIDE;
|
| - virtual string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
|
| + virtual base::string16 GetBaseAppName() OVERRIDE;
|
| + virtual base::string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
|
| virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
|
| - virtual string16 GetStartMenuShortcutSubfolder(
|
| + virtual base::string16 GetStartMenuShortcutSubfolder(
|
| Subfolder subfolder_type) OVERRIDE;
|
| - virtual string16 GetBaseAppId() OVERRIDE;
|
| - virtual string16 GetBrowserProgIdPrefix() OVERRIDE;
|
| - virtual string16 GetBrowserProgIdDesc() OVERRIDE;
|
| - virtual string16 GetInstallSubDir() OVERRIDE;
|
| - virtual string16 GetUninstallRegPath() OVERRIDE;
|
| + virtual base::string16 GetBaseAppId() OVERRIDE;
|
| + virtual base::string16 GetBrowserProgIdPrefix() OVERRIDE;
|
| + virtual base::string16 GetBrowserProgIdDesc() OVERRIDE;
|
| + virtual base::string16 GetInstallSubDir() OVERRIDE;
|
| + virtual base::string16 GetUninstallRegPath() OVERRIDE;
|
| virtual DefaultBrowserControlPolicy GetDefaultBrowserControlPolicy() OVERRIDE;
|
| - virtual bool GetChromeChannel(string16* channel) OVERRIDE;
|
| + virtual bool GetChromeChannel(base::string16* channel) OVERRIDE;
|
| virtual bool GetCommandExecuteImplClsid(
|
| - string16* handler_class_uuid) OVERRIDE;
|
| + base::string16* handler_class_uuid) OVERRIDE;
|
| virtual bool AppHostIsSupported() OVERRIDE;
|
| virtual bool ShouldSetExperimentLabels() OVERRIDE;
|
| virtual bool HasUserExperiments() OVERRIDE;
|
| // returns the channel name for GoogleChromeSxSDistribution
|
| - static string16 ChannelName();
|
| + static base::string16 ChannelName();
|
| private:
|
| friend class BrowserDistribution;
|
|
|
|
|