| Index: chrome/utility/importer/nss_decryptor_mac.h
|
| diff --git a/chrome/utility/importer/nss_decryptor_mac.h b/chrome/utility/importer/nss_decryptor_mac.h
|
| index 88fbad245b7fee5a312f1bad3a651322ffd3d1dd..a2e1e55575441c4d1ab4afb0cc7eab2b063e5bf5 100644
|
| --- a/chrome/utility/importer/nss_decryptor_mac.h
|
| +++ b/chrome/utility/importer/nss_decryptor_mac.h
|
| @@ -126,7 +126,7 @@ class NSSDecryptor {
|
|
|
| // Decrypts Firefox stored passwords. Before using this method,
|
| // make sure Init() returns true.
|
| - string16 Decrypt(const std::string& crypt) const;
|
| + base::string16 Decrypt(const std::string& crypt) const;
|
|
|
| // Parses the Firefox password file content, decrypts the
|
| // username/password and reads other related information.
|
|
|