| Index: chrome/profile_import/profile_import_thread.h
|
| diff --git a/chrome/profile_import/profile_import_thread.h b/chrome/profile_import/profile_import_thread.h
|
| index 3fd1fd887bbdef3c2c98e3278e314cff8a2392db..c3fd7b01db28fec1c7345f2d54a18b0b1419b43c 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>& fav_icons);
|
| + 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);
|
|
|