Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(250)

Unified Diff: components/bookmarks/browser/bookmark_index.h

Issue 865163003: bookmarks: Move BookmarkNode into 'bookmarks' namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enhanced_bookmarks fix Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/bookmarks/browser/bookmark_index.h
diff --git a/components/bookmarks/browser/bookmark_index.h b/components/bookmarks/browser/bookmark_index.h
index 4e07bf055979f7ebcea656c4c9dd492e8c156dce..b639fbfb5718a381692e660fbfd52f6c8c8314b5 100644
--- a/components/bookmarks/browser/bookmark_index.h
+++ b/components/bookmarks/browser/bookmark_index.h
@@ -14,11 +14,10 @@
#include "base/strings/string16.h"
#include "components/query_parser/query_parser.h"
-class BookmarkNode;
-
namespace bookmarks {
class BookmarkClient;
+class BookmarkNode;
struct BookmarkMatch;
// BookmarkIndex maintains an index of the titles and URLs of bookmarks for

Powered by Google App Engine
This is Rietveld 408576698