| Index: chrome/browser/importer/profile_writer.h
|
| diff --git a/chrome/browser/importer/profile_writer.h b/chrome/browser/importer/profile_writer.h
|
| index c97d807fef2419c4fa233c631e86cef12784f57d..ae4e8013107d8e64ae33d8d54e5cea71bed6b1a8 100644
|
| --- a/chrome/browser/importer/profile_writer.h
|
| +++ b/chrome/browser/importer/profile_writer.h
|
| @@ -90,9 +90,9 @@ class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> {
|
| // If |options| contains ADD_IF_UNIQUE, then the bookmark is added only
|
| // if another bookmarks does not exist with the same title, path and
|
| // url.
|
| - virtual void AddBookmarkEntry(const std::vector<BookmarkEntry>& bookmark,
|
| - const string16& first_folder_name,
|
| - int options);
|
| + virtual void AddBookmarks(const std::vector<BookmarkEntry>& bookmark,
|
| + const string16& first_folder_name,
|
| + int options);
|
|
|
| virtual void AddFavicons(
|
| const std::vector<history::ImportedFaviconUsage>& favicons);
|
|
|