| Index: chrome/browser/sync/test/integration/bookmarks_helper.h
|
| diff --git a/chrome/browser/sync/test/integration/bookmarks_helper.h b/chrome/browser/sync/test/integration/bookmarks_helper.h
|
| index 6d9a7c34bb0539951844ba1e72b4a09803f2cf0e..7968d9b919403f7152bc0923870ea6d7855c534d 100644
|
| --- a/chrome/browser/sync/test/integration/bookmarks_helper.h
|
| +++ b/chrome/browser/sync/test/integration/bookmarks_helper.h
|
| @@ -171,6 +171,9 @@ const BookmarkNode* GetUniqueNodeByURL(
|
| int profile,
|
| const GURL& url) WARN_UNUSED_RESULT;
|
|
|
| +// Returns the number of bookmarks in bookmark model of profile |profile|.
|
| +int CountAllBookmarks(int profile) WARN_UNUSED_RESULT;
|
| +
|
| // Returns the number of bookmarks in bookmark model of profile |profile|
|
| // whose titles match the string |title|.
|
| int CountBookmarksWithTitlesMatching(
|
|
|