Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1363)

Unified Diff: chrome/browser/importer/external_process_importer_client.h

Issue 23742004: Move PasswordForm from //content to //autofill. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_password_form_conversion_utils
Patch Set: Rebase Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
« no previous file with comments | « chrome/browser/chrome_notification_types.h ('k') | chrome/browser/importer/external_process_importer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698