Index: components/bookmarks/browser/bookmark_index.h |
diff --git a/components/bookmarks/browser/bookmark_index.h b/components/bookmarks/browser/bookmark_index.h |
index 08c73e0e8c6f1414d514c7a13c586c19a17b66a0..3f09d0a869ba9de46e386399a34de0bfad79ad66 100644 |
--- a/components/bookmarks/browser/bookmark_index.h |
+++ b/components/bookmarks/browser/bookmark_index.h |
@@ -16,10 +16,11 @@ |
class BookmarkClient; |
class BookmarkNode; |
-struct BookmarkMatch; |
namespace bookmarks { |
+struct BookmarkMatch; |
+ |
// BookmarkIndex maintains an index of the titles and URLs of bookmarks for |
// quick look up. BookmarkIndex is owned and maintained by BookmarkModel, you |
// shouldn't need to interact directly with BookmarkIndex. |