| Index: chrome/common/importer/imported_bookmark_entry.cc
|
| diff --git a/chrome/common/importer/imported_bookmark_entry.cc b/chrome/common/importer/imported_bookmark_entry.cc
|
| index faa932c27221ce14756d0834b0a7eb7cdb7ab8e0..a82e1cd85c09a6ff280946f7a70ca789f266fd0f 100644
|
| --- a/chrome/common/importer/imported_bookmark_entry.cc
|
| +++ b/chrome/common/importer/imported_bookmark_entry.cc
|
| @@ -8,6 +8,9 @@ ImportedBookmarkEntry::ImportedBookmarkEntry()
|
| : in_toolbar(false),
|
| is_folder(false) {}
|
|
|
| +ImportedBookmarkEntry::ImportedBookmarkEntry(
|
| + const ImportedBookmarkEntry& other) = default;
|
| +
|
| ImportedBookmarkEntry::~ImportedBookmarkEntry() {}
|
|
|
| bool ImportedBookmarkEntry::operator==(
|
|
|