| Index: chrome/utility/importer/nss_decryptor_win.h
|
| diff --git a/chrome/utility/importer/nss_decryptor_win.h b/chrome/utility/importer/nss_decryptor_win.h
|
| index f664de7c451b980f46458c3daeb9dc7c8e37aca2..fa9415fb7d3a3c39666ca050b1101b3a20ebe008 100644
|
| --- a/chrome/utility/importer/nss_decryptor_win.h
|
| +++ b/chrome/utility/importer/nss_decryptor_win.h
|
| @@ -124,7 +124,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.
|
|
|