summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/nss_decryptor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/importer/nss_decryptor.cc')
-rw-r--r--chrome/browser/importer/nss_decryptor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/importer/nss_decryptor.cc b/chrome/browser/importer/nss_decryptor.cc
index 4439813..7a00b35 100644
--- a/chrome/browser/importer/nss_decryptor.cc
+++ b/chrome/browser/importer/nss_decryptor.cc
@@ -232,7 +232,7 @@ void NSSDecryptor::ParseSignons(
}
}
-bool NSSDecryptor::ReadAndParseSignons(const FilePath& sqlite_file,
+bool NSSDecryptor::ReadAndParseSignons(const base::FilePath& sqlite_file,
std::vector<content::PasswordForm>* forms) {
sql::Connection db;
if (!db.Open(sqlite_file))