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