| Index: chrome/browser/bookmarks/bookmark_codec.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_codec.h b/chrome/browser/bookmarks/bookmark_codec.h
|
| index 94c92133331d9544580530ec3b6dd99b551a801b..fe57d1fe6ae0a322e7d91c2a02618ee7f477392a 100644
|
| --- a/chrome/browser/bookmarks/bookmark_codec.h
|
| +++ b/chrome/browser/bookmarks/bookmark_codec.h
|
| @@ -33,6 +33,7 @@ class BookmarkCodec {
|
| // guarantees on how the IDs are reassigned or about doing minimal
|
| // reassignments to achieve uniqueness.
|
| BookmarkCodec();
|
| + ~BookmarkCodec();
|
|
|
| // Encodes the model to a JSON value. It's up to the caller to delete the
|
| // returned object. This is invoked to encode the contents of the bookmark bar
|
|
|