| Index: chrome/test/base/ui_test_utils.h
|
| diff --git a/chrome/test/base/ui_test_utils.h b/chrome/test/base/ui_test_utils.h
|
| index fd5cc186ff9cf9db43bad82805e1d6e2104610ca..67f59bb5299f4b8d037db603c9ef1aa3966e619c 100644
|
| --- a/chrome/test/base/ui_test_utils.h
|
| +++ b/chrome/test/base/ui_test_utils.h
|
| @@ -145,6 +145,7 @@ void RegisterAndWait(content::NotificationObserver* observer,
|
|
|
| // Blocks until |model| finishes loading.
|
| void WaitForBookmarkModelToLoad(BookmarkModel* model);
|
| +void WaitForBookmarkModelToLoad(Profile* profile);
|
|
|
| // Blocks until |service| finishes loading.
|
| void WaitForTemplateURLServiceToLoad(TemplateURLService* service);
|
|
|