diff options
Diffstat (limited to 'chrome/browser/importer/profile_writer.cc')
-rw-r--r-- | chrome/browser/importer/profile_writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/importer/profile_writer.cc b/chrome/browser/importer/profile_writer.cc index 4d1495b..dabea62 100644 --- a/chrome/browser/importer/profile_writer.cc +++ b/chrome/browser/importer/profile_writer.cc @@ -81,7 +81,7 @@ bool ProfileWriter::TemplateURLServiceIsLoaded() const { return TemplateURLServiceFactory::GetForProfile(profile_)->loaded(); } -void ProfileWriter::AddPasswordForm(const webkit_glue::PasswordForm& form) { +void ProfileWriter::AddPasswordForm(const webkit::forms::PasswordForm& form) { profile_->GetPasswordStore(Profile::EXPLICIT_ACCESS)->AddLogin(form); } |