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

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

Issue 323763003: Move BookmarkMatch into bookmarks namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 6 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
« no previous file with comments | « components/bookmarks/browser/bookmark_match.cc ('k') | components/bookmarks/browser/bookmark_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/bookmarks/browser/bookmark_model.h
diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h
index 9e2a8be68c1037bbf32be76c76c0c8ffc8d9f418..5a61baded8422f0f037c5dcfa956ba1fd2b7079f 100644
--- a/components/bookmarks/browser/bookmark_model.h
+++ b/components/bookmarks/browser/bookmark_model.h
@@ -24,9 +24,7 @@
class BookmarkExpandedStateTracker;
class BookmarkModelObserver;
-struct BookmarkMatch;
class PrefService;
-class ScopedGroupBookmarkActions;
namespace base {
class FilePath;
@@ -38,6 +36,7 @@ class BookmarkIndex;
class BookmarkLoadDetails;
class BookmarkStorage;
class ScopedGroupBookmarkActions;
+struct BookmarkMatch;
}
namespace favicon_base {
@@ -244,10 +243,9 @@ class BookmarkModel {
// Returns up to |max_count| of bookmarks containing each term from |text|
// in either the title or the URL.
- void GetBookmarksMatching(
- const base::string16& text,
- size_t max_count,
- std::vector<BookmarkMatch>* matches);
+ void GetBookmarksMatching(const base::string16& text,
+ size_t max_count,
+ std::vector<bookmarks::BookmarkMatch>* matches);
// Sets the store to NULL, making it so the BookmarkModel does not persist
// any changes to disk. This is only useful during testing to speed up
« no previous file with comments | « components/bookmarks/browser/bookmark_match.cc ('k') | components/bookmarks/browser/bookmark_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698