| Index: chrome/browser/bookmarks/bookmark_test_helpers.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_test_helpers.h b/chrome/browser/bookmarks/bookmark_test_helpers.h
|
| index 7b52cab0a9d1ce90b072c10b26fa2fb41f605a7f..eccdd7859e4b205d4134fa8e8332491c31786f78 100644
|
| --- a/chrome/browser/bookmarks/bookmark_test_helpers.h
|
| +++ b/chrome/browser/bookmarks/bookmark_test_helpers.h
|
| @@ -9,13 +9,11 @@
|
|
|
| class BookmarkModel;
|
| class BookmarkNode;
|
| -class Profile;
|
|
|
| namespace test {
|
|
|
| // Blocks until |model| finishes loading.
|
| void WaitForBookmarkModelToLoad(BookmarkModel* model);
|
| -void WaitForBookmarkModelToLoad(Profile* profile);
|
|
|
| // Return the descendants of |node| as a string useful for verifying node
|
| // modifications. The format of the resulting string is:
|
|
|