Index: chrome/browser/importer/profile_writer.cc |
diff --git a/chrome/browser/importer/profile_writer.cc b/chrome/browser/importer/profile_writer.cc |
index e7a6d20d30fd6a413eb9b1ea76751a0066c48d2c..ae536fb3ba8e6f54c53bc2afcd1a6ed119c7c1a4 100644 |
--- a/chrome/browser/importer/profile_writer.cc |
+++ b/chrome/browser/importer/profile_writer.cc |
@@ -91,7 +91,7 @@ bool ProfileWriter::TemplateURLServiceIsLoaded() const { |
return TemplateURLServiceFactory::GetForProfile(profile_)->loaded(); |
} |
-void ProfileWriter::AddPasswordForm(const webkit::forms::PasswordForm& form) { |
+void ProfileWriter::AddPasswordForm(const content::PasswordForm& form) { |
PasswordStoreFactory::GetForProfile( |
profile_, Profile::EXPLICIT_ACCESS)->AddLogin(form); |
} |