| 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 a81b816455fdcab7bba3230f8527c2f810ad21c3..3347d40d1e3c5d40a3d13c32b5e85c549d8e4c7b 100644 | 
| --- a/chrome/profile_import/profile_import_thread.h | 
| +++ b/chrome/profile_import/profile_import_thread.h | 
| @@ -56,8 +56,7 @@ class ProfileImportThread : public ChildThread { | 
| void NotifyHomePageImportReady(const GURL& home_page); | 
| void NotifyBookmarksImportReady( | 
| const std::vector<ProfileWriter::BookmarkEntry>& bookmarks, | 
| -      const string16& first_folder_name, | 
| -      int options); | 
| +      const string16& first_folder_name); | 
| void NotifyFaviconsImportReady( | 
| const std::vector<history::ImportedFaviconUsage>& favicons); | 
| void NotifyPasswordFormReady(const webkit_glue::PasswordForm& form); | 
| @@ -76,8 +75,7 @@ class ProfileImportThread : public ChildThread { | 
| void OnImportStart( | 
| const importer::SourceProfile& source_profile, | 
| uint16 items, | 
| -      const DictionaryValue& localized_strings, | 
| -      bool import_to_bookmark_bar); | 
| +      const DictionaryValue& localized_strings); | 
|  | 
| // Calls cleanup to stop the import operation. | 
| void OnImportCancel(); | 
|  |