| Index: chrome/installer/util/installer_state.h
|
| ===================================================================
|
| --- chrome/installer/util/installer_state.h (revision 75264)
|
| +++ chrome/installer/util/installer_state.h (working copy)
|
| @@ -145,7 +145,8 @@
|
|
|
| // Try to delete all directories whose versions are lower than
|
| // |latest_version|.
|
| - void RemoveOldVersionDirectories(const Version& latest_version) const;
|
| + void RemoveOldVersionDirectories(const Version& latest_version,
|
| + const FilePath& temp_path) const;
|
|
|
| // Adds to |com_dll_list| the list of COM DLLs that are to be registered
|
| // and/or unregistered. The list may be empty.
|
|
|