| Index: chrome/installer/util/google_chrome_distribution.h
|
| diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
|
| index 53b7268773b7396659879c1a400fc4367834da55..171ce21787cbd04d0daa1898b260584532ff6e87 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_distribution.h
|
| @@ -35,11 +35,11 @@ class GoogleChromeDistribution : public BrowserDistribution {
|
|
|
| base::string16 GetActiveSetupGuid() override;
|
|
|
| - base::string16 GetShortcutName(ShortcutType shortcut_type) override;
|
| + base::string16 GetShortcutName() override;
|
|
|
| base::string16 GetIconFilename() override;
|
|
|
| - int GetIconIndex(ShortcutType shortcut_type) override;
|
| + int GetIconIndex() override;
|
|
|
| base::string16 GetBaseAppName() override;
|
|
|
|
|