| 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 5d8fa92c1778372a3dc3ae879a6b2d64c286c5ba..ca5107c7299ae572420657a417087ded5699c385 100644
|
| --- a/chrome/browser/sync/test/integration/bookmarks_helper.h
|
| +++ b/chrome/browser/sync/test/integration/bookmarks_helper.h
|
| @@ -29,6 +29,9 @@ const BookmarkNode* GetBookmarkBarNode(int index) WARN_UNUSED_RESULT;
|
| // Used to access the "other bookmarks" node within a particular sync profile.
|
| const BookmarkNode* GetOtherNode(int index) WARN_UNUSED_RESULT;
|
|
|
| +// Used to access the "Synced Bookmarks" node within a particular sync profile.
|
| +const BookmarkNode* GetSyncedBookmarksNode(int index) WARN_UNUSED_RESULT;
|
| +
|
| // Used to access the bookmarks within the verifier sync profile.
|
| BookmarkModel* GetVerifierBookmarkModel() WARN_UNUSED_RESULT;
|
|
|
|
|