Index: chrome/browser/importer/profile_writer.cc |
diff --git a/chrome/browser/importer/profile_writer.cc b/chrome/browser/importer/profile_writer.cc |
index 4d1495bfa389e23327eee865323c8c48c1d4c14d..dabea62b6c1850a33b6b2c0c675ffb113ff0b07b 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); |
} |