Index: chrome/installer/util/helper.h |
diff --git a/chrome/installer/util/helper.h b/chrome/installer/util/helper.h |
index 940db447f6b2dfd62671537697a114e9ae353352..c2c74e7e94c09c839f88131322b27afe93a1e156 100644 |
--- a/chrome/installer/util/helper.h |
+++ b/chrome/installer/util/helper.h |
@@ -7,14 +7,10 @@ |
#ifndef CHROME_INSTALLER_UTIL_HELPER_H_ |
#define CHROME_INSTALLER_UTIL_HELPER_H_ |
-#include <string> |
+#include "base/files/file_path.h" |
class BrowserDistribution; |
-namespace base { |
-class FilePath; |
-} |
- |
namespace installer { |
// This function returns the install path for Chrome depending on whether its |
@@ -25,15 +21,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_ |