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

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

Issue 8680040: Group forms-related files in webkit/glue in a forms/ subdirectory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + another build fix Created 9 years 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 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,

Powered by Google App Engine
This is Rietveld 408576698