| Index: components/bookmarks/browser/bookmark_node_data.h
|
| diff --git a/components/bookmarks/browser/bookmark_node_data.h b/components/bookmarks/browser/bookmark_node_data.h
|
| index 9fdf9751bf9c8577849036701538a366fbbd3804..c44594e12d3e48992a7845834c691b5b02b8406b 100644
|
| --- a/components/bookmarks/browser/bookmark_node_data.h
|
| +++ b/components/bookmarks/browser/bookmark_node_data.h
|
| @@ -22,6 +22,8 @@ class BookmarkModel;
|
| class Pickle;
|
| class PickleIterator;
|
|
|
| +namespace bookmarks {
|
| +
|
| // BookmarkNodeData is used to represent the following:
|
| //
|
| // . A single URL.
|
| @@ -171,4 +173,6 @@ struct BookmarkNodeData {
|
| base::FilePath profile_path_;
|
| };
|
|
|
| +} // namespace bookmarks
|
| +
|
| #endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_NODE_DATA_H_
|
|
|