Index: chrome/installer/util/l10n_string_util.h |
diff --git a/chrome/installer/util/l10n_string_util.h b/chrome/installer/util/l10n_string_util.h |
index 199a9b71f19d722f5e782f0e77fc9bc322a9a99a..62e8f26762432381d0483ad91591466e817e0c81 100644 |
--- a/chrome/installer/util/l10n_string_util.h |
+++ b/chrome/installer/util/l10n_string_util.h |
@@ -22,7 +22,7 @@ namespace installer { |
class TranslationDelegate { |
public: |
virtual ~TranslationDelegate(); |
- virtual string16 GetLocalizedString(int installer_string_id) = 0; |
+ virtual base::string16 GetLocalizedString(int installer_string_id) = 0; |
}; |
// If we're in Chrome, the installer strings aren't in the binary, but are in |