Index: chrome/installer/setup/setup_util.h |
diff --git a/chrome/installer/setup/setup_util.h b/chrome/installer/setup/setup_util.h |
index 8dc9c60d2065b71dd38d677d1fc4a8b947f2445f..38ffc0664c4aca0bf6fc9ea842312f4919d716dc 100644 |
--- a/chrome/installer/setup/setup_util.h |
+++ b/chrome/installer/setup/setup_util.h |
@@ -134,10 +134,6 @@ |
const base::string16& path, |
const std::vector<base::string16>& keys_to_preserve); |
-// Converts a product GUID into a SQuished gUID that is used for MSI installer |
-// registry entries. |
-base::string16 GuidToSquid(const base::string16& guid); |
- |
// This class will enable the privilege defined by |privilege_name| on the |
// current process' token. The privilege will be disabled upon the |
// ScopedTokenPrivilege's destruction (unless it was already enabled when the |