Index: components/component_updater/default_component_installer.h |
diff --git a/components/component_updater/default_component_installer.h b/components/component_updater/default_component_installer.h |
index e8f8df29876c497696af9a0672f4ff07264dc834..f728b431f5ce1b22ca62c9b1c2c1294ecc1c7639 100644 |
--- a/components/component_updater/default_component_installer.h |
+++ b/components/component_updater/default_component_installer.h |
@@ -122,7 +122,7 @@ class DefaultComponentInstaller : public update_client::CrxInstaller { |
// files (as opposed to in the user data directory), sets current_* to the |
// values associated with that installation and returns true; otherwise, |
// returns false. |
- bool FindPreinstallation(); |
+ bool FindPreinstallation(const base::FilePath& root); |
bool InstallHelper(const base::DictionaryValue& manifest, |
const base::FilePath& unpack_path, |
const base::FilePath& install_path); |