| Index: chrome/installer/util/helper.h
|
| diff --git a/chrome/installer/util/helper.h b/chrome/installer/util/helper.h
|
| index 940db447f6b2dfd62671537697a114e9ae353352..73ef4e18fad87983db855f76d5c5f9b679872bae 100644
|
| --- a/chrome/installer/util/helper.h
|
| +++ b/chrome/installer/util/helper.h
|
| @@ -7,8 +7,6 @@
|
| #ifndef CHROME_INSTALLER_UTIL_HELPER_H_
|
| #define CHROME_INSTALLER_UTIL_HELPER_H_
|
|
|
| -#include <string>
|
| -
|
| class BrowserDistribution;
|
|
|
| namespace base {
|
| @@ -25,15 +23,6 @@ namespace installer {
|
| base::FilePath GetChromeInstallPath(bool system_install,
|
| BrowserDistribution* dist);
|
|
|
| -// Returns the distribution corresponding to the current process's binaries.
|
| -// In the case of a multi-install product, this will be the CHROME_BINARIES
|
| -// distribution.
|
| -BrowserDistribution* GetBinariesDistribution(bool system_install);
|
| -
|
| -// Returns the app guid under which the current process receives updates from
|
| -// Google Update.
|
| -std::wstring GetAppGuidForUpdates(bool system_install);
|
| -
|
| } // namespace installer
|
|
|
| #endif // CHROME_INSTALLER_UTIL_HELPER_H_
|
|
|