summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile_import_process_host.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profile_import_process_host.h')
-rw-r--r--chrome/browser/profile_import_process_host.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/profile_import_process_host.h b/chrome/browser/profile_import_process_host.h
index a90bf21..cea7ca5 100644
--- a/chrome/browser/profile_import_process_host.h
+++ b/chrome/browser/profile_import_process_host.h
@@ -62,9 +62,9 @@ class ProfileImportProcessHost : public BrowserChildProcessHost {
virtual void OnBookmarksImportGroup(
const std::vector<ProfileWriter::BookmarkEntry>& bookmarks) {}
- virtual void OnFavIconsImportStart(size_t total_fav_icons_count) {}
+ virtual void OnFavIconsImportStart(size_t total_favicons_count) {}
virtual void OnFavIconsImportGroup(
- const std::vector<history::ImportedFavIconUsage>& fav_icons_group) {}
+ const std::vector<history::ImportedFavIconUsage>& favicons_group) {}
virtual void OnPasswordFormImportReady(
const webkit_glue::PasswordForm& form) {}