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

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

Issue 11000016: Move forms/ out of webkit/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Response to review Created 8 years, 2 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 94700453de3dda561a85d9334e8226b89e7bdcfc..092901fa3c1cdc40bc901255f195999514f891bc 100644
--- a/chrome/browser/importer/external_process_importer_client.h
+++ b/chrome/browser/importer/external_process_importer_client.h
@@ -65,7 +65,7 @@ class ExternalProcessImporterClient : public content::UtilityProcessHostClient {
void OnFaviconsImportStart(size_t total_favicons_count);
void OnFaviconsImportGroup(
const std::vector<history::ImportedFaviconUsage>& favicons_group);
- void OnPasswordFormImportReady(const webkit::forms::PasswordForm& form);
+ void OnPasswordFormImportReady(const content::PasswordForm& form);
// WARNING: This function takes ownership of (and deletes) the pointers in
// |template_urls|!
void OnKeywordsImportReady(const std::vector<TemplateURL*>& template_urls,

Powered by Google App Engine
This is Rietveld 408576698