Index: chrome/utility/importer/nss_decryptor_system_nss.h |
diff --git a/chrome/utility/importer/nss_decryptor_system_nss.h b/chrome/utility/importer/nss_decryptor_system_nss.h |
index 412fe9478e0932dd377f805bca4c4f4c751a7c2a..23ad3c9906157fc302636f8c8575c77e40eeba3c 100644 |
--- a/chrome/utility/importer/nss_decryptor_system_nss.h |
+++ b/chrome/utility/importer/nss_decryptor_system_nss.h |
@@ -31,7 +31,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. |