summaryrefslogtreecommitdiffstats
path: root/chrome/profile_import/profile_import_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/profile_import/profile_import_thread.h')
-rw-r--r--chrome/profile_import/profile_import_thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/profile_import/profile_import_thread.h b/chrome/profile_import/profile_import_thread.h
index c3fd7b0..7d726bd 100644
--- a/chrome/profile_import/profile_import_thread.h
+++ b/chrome/profile_import/profile_import_thread.h
@@ -49,7 +49,7 @@ class ProfileImportThread : public ChildThread {
const std::vector<ProfileWriter::BookmarkEntry>& bookmarks,
const std::wstring& first_folder_name, int options);
void NotifyFavIconsImportReady(
- const std::vector<history::ImportedFavIconUsage>& favicons);
+ const std::vector<history::ImportedFaviconUsage>& favicons);
void NotifyPasswordFormReady(const webkit_glue::PasswordForm& form);
void NotifyKeywordsReady(const std::vector<TemplateURL*>& template_urls,
int default_keyword_index, bool unique_on_host_and_path);