| Index: chrome/browser/importer/external_process_importer_client.h
|
| diff --git a/chrome/browser/importer/external_process_importer_client.h b/chrome/browser/importer/external_process_importer_client.h
|
| index 7461fd0f0597091b5f69de8ba4bfe07025917556..18b71d9e23c4f7711bafcfc4f27ea4e8e3c53a0c 100644
|
| --- a/chrome/browser/importer/external_process_importer_client.h
|
| +++ b/chrome/browser/importer/external_process_importer_client.h
|
| @@ -23,8 +23,11 @@ struct ImportedBookmarkEntry;
|
| struct ImportedFaviconUsage;
|
| class InProcessImporterBridge;
|
|
|
| -namespace content {
|
| +namespace autofill {
|
| struct PasswordForm;
|
| +}
|
| +
|
| +namespace content{
|
| class UtilityProcessHost;
|
| }
|
|
|
| @@ -72,7 +75,7 @@ class ExternalProcessImporterClient : public content::UtilityProcessHostClient {
|
| void OnFaviconsImportStart(size_t total_favicons_count);
|
| void OnFaviconsImportGroup(
|
| const std::vector<ImportedFaviconUsage>& favicons_group);
|
| - void OnPasswordFormImportReady(const content::PasswordForm& form);
|
| + void OnPasswordFormImportReady(const autofill::PasswordForm& form);
|
| void OnKeywordsImportReady(
|
| const std::vector<importer::URLKeywordInfo>& url_keywords,
|
| bool unique_on_host_and_path);
|
|
|