Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4640)

Unified Diff: chrome/browser/bookmarks/bookmark_test_helpers.h

Issue 257003004: Remove dependency on bookmark_model_factory from bookmark_test_helpers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@364433
Patch Set: Fix unit tests on Linux & Windows Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « chrome/browser/autocomplete/history_quick_provider_unittest.cc ('k') | chrome/browser/bookmarks/bookmark_test_helpers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698