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

Unified Diff: chrome/utility/importer/nss_decryptor_null.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_mac.h ('k') | chrome/utility/importer/nss_decryptor_system_nss.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/importer/nss_decryptor_null.h
diff --git a/chrome/utility/importer/nss_decryptor_null.h b/chrome/utility/importer/nss_decryptor_null.h
index 82744e6fa58dd16e008dfd81dc4c52c3712ea603..e99334badf09c7b88ec98dcaa082b97cc45a178d 100644
--- a/chrome/utility/importer/nss_decryptor_null.h
+++ b/chrome/utility/importer/nss_decryptor_null.h
@@ -27,7 +27,9 @@ class NSSDecryptor {
bool Init(const base::FilePath& dll_path, const base::FilePath& db_path) {
return false;
}
- string16 Decrypt(const std::string& crypt) const { return string16(); }
+ base::string16 Decrypt(const std::string& crypt) const {
+ return base::string16();
+ }
void ParseSignons(const std::string& content,
std::vector<autofill::PasswordForm>* forms) {}
bool ReadAndParseSignons(const base::FilePath& sqlite_file,
« no previous file with comments | « chrome/utility/importer/nss_decryptor_mac.h ('k') | chrome/utility/importer/nss_decryptor_system_nss.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698