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 cef137ed41e22b2d54894e2db7125840e99aee06..6d31cbe8f4ff2eb00a497ea7f7049bf065cdae96 100644 |
--- a/chrome/browser/importer/external_process_importer_client.h |
+++ b/chrome/browser/importer/external_process_importer_client.h |
@@ -76,7 +76,7 @@ class ExternalProcessImporterClient : public UtilityProcessHost::Client { |
void OnFaviconsImportStart(size_t total_favicons_count); |
void OnFaviconsImportGroup( |
const std::vector<history::ImportedFaviconUsage>& favicons_group); |
- void OnPasswordFormImportReady(const webkit_glue::PasswordForm& form); |
+ void OnPasswordFormImportReady(const webkit::forms::PasswordForm& form); |
void OnKeywordsImportReady( |
const std::vector<TemplateURL>& template_urls, |
int default_keyword_index, |