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

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

Issue 307203002: Move BookmarkIndex into bookmarks namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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_model.h
diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h
index eef85fb88beebe9812c5ec259ab769181446cda4..e4aacf28b8fb53bdb808d19983fcd76288d73b5a 100644
--- a/components/bookmarks/browser/bookmark_model.h
+++ b/components/bookmarks/browser/bookmark_model.h
@@ -24,7 +24,6 @@
#include "url/gurl.h"
class BookmarkExpandedStateTracker;
-class BookmarkIndex;
class BookmarkModelObserver;
struct BookmarkMatch;
class PrefService;
@@ -36,6 +35,7 @@ class SequencedTaskRunner;
}
namespace bookmarks {
+class BookmarkIndex;
class BookmarkLoadDetails;
class BookmarkStorage;
class ScopedGroupBookmarkActions;
@@ -409,7 +409,7 @@ class BookmarkModel : public BookmarkService {
// Reads/writes bookmarks to disk.
scoped_refptr<bookmarks::BookmarkStorage> store_;
- scoped_ptr<BookmarkIndex> index_;
+ scoped_ptr<bookmarks::BookmarkIndex> index_;
// True if URLs are stored in the BookmarkIndex in addition to bookmark
// titles.
« no previous file with comments | « components/bookmarks/browser/bookmark_index_unittest.cc ('k') | components/bookmarks/browser/bookmark_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698