| 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 036a3909db0e352d61574b09a7df57cb413716a6..61ea44eaacf81f81ca61c16e16aabe9f4fc5cf9e 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(
|
|
|