Index: chrome/installer/setup/uninstall.h |
diff --git a/chrome/installer/setup/uninstall.h b/chrome/installer/setup/uninstall.h |
index 7df2bf0351bf7a9ca42d998dfbacad1b150aebe4..6b6311c983c42943283e7b3e074bbf63a85d7d86 100644 |
--- a/chrome/installer/setup/uninstall.h |
+++ b/chrome/installer/setup/uninstall.h |
@@ -46,14 +46,14 @@ DeleteResult DeleteChromeDirectoriesIfEmpty( |
bool DeleteChromeRegistrationKeys(const InstallerState& installer_state, |
BrowserDistribution* dist, |
HKEY root, |
- const string16& browser_entry_suffix, |
+ const base::string16& browser_entry_suffix, |
InstallStatus* exit_code); |
// Removes any legacy registry keys from earlier versions of Chrome that are no |
// longer needed. This is used during autoupdate since we don't do full |
// uninstalls/reinstalls to update. |
void RemoveChromeLegacyRegistryKeys(BrowserDistribution* dist, |
- const string16& chrome_exe); |
+ const base::string16& chrome_exe); |
// This function uninstalls a product. Hence we came up with this awesome |
// name for it. |