| Index: chrome/common/importer/imported_bookmark_entry.h
|
| diff --git a/chrome/common/importer/imported_bookmark_entry.h b/chrome/common/importer/imported_bookmark_entry.h
|
| index 8f6f1ca8e3f7685a566d1ce185c742221a51f376..abb9ea0ba3e43cb556222c99f1d1d65e0e0fdd6d 100644
|
| --- a/chrome/common/importer/imported_bookmark_entry.h
|
| +++ b/chrome/common/importer/imported_bookmark_entry.h
|
| @@ -13,6 +13,7 @@
|
|
|
| struct ImportedBookmarkEntry {
|
| ImportedBookmarkEntry();
|
| + ImportedBookmarkEntry(const ImportedBookmarkEntry& other);
|
| ~ImportedBookmarkEntry();
|
|
|
| bool operator==(const ImportedBookmarkEntry& other) const;
|
|
|