| Index: chrome/common/importer/firefox_importer_utils.h
|
| diff --git a/chrome/common/importer/firefox_importer_utils.h b/chrome/common/importer/firefox_importer_utils.h
|
| index 5dac529c4ed7174babb722c2bf14ba4ae326c264..c46a4363655ab1c77957336f838cddac9b1ceaf3 100644
|
| --- a/chrome/common/importer/firefox_importer_utils.h
|
| +++ b/chrome/common/importer/firefox_importer_utils.h
|
| @@ -89,6 +89,6 @@ std::string GetPrefsJsValue(const std::string& prefs,
|
| // This is useful to differentiate between Firefox and Iceweasel.
|
| // If anything goes wrong while trying to obtain the branding name,
|
| // the function assumes it's Firefox.
|
| -string16 GetFirefoxImporterName(const base::FilePath& app_path);
|
| +base::string16 GetFirefoxImporterName(const base::FilePath& app_path);
|
|
|
| #endif // CHROME_COMMON_IMPORTER_FIREFOX_IMPORTER_UTILS_H_
|
|
|