| Index: chrome/installer/setup/uninstall.h
|
| diff --git a/chrome/installer/setup/uninstall.h b/chrome/installer/setup/uninstall.h
|
| index 206bd35f2a2a69d1523b7de0175711cf3b6d6849..f76005b0d454d1d23c2eafa63e5e48fb73d6053e 100644
|
| --- a/chrome/installer/setup/uninstall.h
|
| +++ b/chrome/installer/setup/uninstall.h
|
| @@ -14,7 +14,10 @@
|
|
|
| class BrowserDistribution;
|
| class CommandLine;
|
| +
|
| +namespace base {
|
| class FilePath;
|
| +}
|
|
|
| namespace installer {
|
|
|
| @@ -54,7 +57,7 @@ void RemoveChromeLegacyRegistryKeys(BrowserDistribution* dist,
|
| installer::InstallStatus UninstallProduct(
|
| const InstallationState& original_state,
|
| const InstallerState& installer_state,
|
| - const FilePath& setup_path,
|
| + const base::FilePath& setup_path,
|
| const Product& dist,
|
| bool remove_all,
|
| bool force_uninstall,
|
|
|