Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: chrome/utility/importer/nss_decryptor_mac.h

Issue 94013004: Add base:: to string16s in chrome/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: try again Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/utility/importer/nss_decryptor.cc ('k') | chrome/utility/importer/nss_decryptor_null.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/utility/importer/nss_decryptor.cc ('k') | chrome/utility/importer/nss_decryptor_null.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698