summaryrefslogtreecommitdiffstats
path: root/chrome/browser/importer/nss_decryptor_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/importer/nss_decryptor_win.h')
-rw-r--r--chrome/browser/importer/nss_decryptor_win.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/chrome/browser/importer/nss_decryptor_win.h b/chrome/browser/importer/nss_decryptor_win.h
index 5fea1a9..1aeb266 100644
--- a/chrome/browser/importer/nss_decryptor_win.h
+++ b/chrome/browser/importer/nss_decryptor_win.h
@@ -104,11 +104,9 @@ typedef void (*SECITEMFreeItemFunc)(SECItem *item, PRBool free_it);
typedef void (*PLArenaFinishFunc)(void);
typedef PRStatus (*PRCleanupFunc)(void);
-namespace webkit {
-namespace forms {
+namespace content {
struct PasswordForm;
}
-}
// A wrapper for Firefox NSS decrypt component.
class NSSDecryptor {
@@ -132,13 +130,13 @@ class NSSDecryptor {
// username/password and reads other related information.
// The result will be stored in |forms|.
void ParseSignons(const std::string& content,
- std::vector<webkit::forms::PasswordForm>* forms);
+ std::vector<content::PasswordForm>* forms);
// Reads and parses the Firefox password sqlite db, decrypts the
// username/password and reads other related information.
// The result will be stored in |forms|.
bool ReadAndParseSignons(const FilePath& sqlite_file,
- std::vector<webkit::forms::PasswordForm>* forms);
+ std::vector<content::PasswordForm>* forms);
private:
// Call NSS initialization funcs.