| Index: components/bookmarks/browser/bookmark_codec.h
|
| diff --git a/components/bookmarks/browser/bookmark_codec.h b/components/bookmarks/browser/bookmark_codec.h
|
| index ceca9c0bc12310ffdc73b3d134f8e36173782f6d..f9da4dc42607d2f67d59f981c20463ec1b29eca2 100644
|
| --- a/components/bookmarks/browser/bookmark_codec.h
|
| +++ b/components/bookmarks/browser/bookmark_codec.h
|
| @@ -21,6 +21,8 @@ class ListValue;
|
| class Value;
|
| }
|
|
|
| +namespace bookmarks {
|
| +
|
| // BookmarkCodec is responsible for encoding and decoding the BookmarkModel
|
| // into JSON values. The encoded values are written to disk via the
|
| // BookmarkStorage.
|
| @@ -204,4 +206,6 @@ class BookmarkCodec {
|
| DISALLOW_COPY_AND_ASSIGN(BookmarkCodec);
|
| };
|
|
|
| +} // namespace bookmarks
|
| +
|
| #endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_CODEC_H_
|
|
|