| Index: components/bookmarks/browser/bookmark_match.h
|
| diff --git a/components/bookmarks/browser/bookmark_match.h b/components/bookmarks/browser/bookmark_match.h
|
| index c033e4f34e1fc038240816afd3e646b577248157..20d0bf49c827fbbe0f86752d92dc463eaf7f676b 100644
|
| --- a/components/bookmarks/browser/bookmark_match.h
|
| +++ b/components/bookmarks/browser/bookmark_match.h
|
| @@ -11,6 +11,8 @@
|
|
|
| class BookmarkNode;
|
|
|
| +namespace bookmarks {
|
| +
|
| struct BookmarkMatch {
|
| // Each MatchPosition is the [begin, end) positions of a match within a
|
| // string.
|
| @@ -41,4 +43,6 @@ struct BookmarkMatch {
|
| MatchPositions url_match_positions;
|
| };
|
|
|
| +} // namespace bookmarks
|
| +
|
| #endif // COMPONENTS_BOOKMARKS_BROWSER_BOOKMARK_TITLE_MATCH_H_
|
|
|