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

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

Issue 7012005: Revert "Revert 84829 - Initial implementation of "Synced Bookmarks" folder." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Slight tweak to starred_url_database to make sync come after other Created 9 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_model_test_utils.h
diff --git a/chrome/browser/bookmarks/bookmark_model_test_utils.h b/chrome/browser/bookmarks/bookmark_model_test_utils.h
index c8b794aad9891fe527612bf4ca732527f16cfd9a..d954c87a73cad06f1e7579e35b69ac0896dece2d 100644
--- a/chrome/browser/bookmarks/bookmark_model_test_utils.h
+++ b/chrome/browser/bookmarks/bookmark_model_test_utils.h
@@ -17,7 +17,7 @@ class BookmarkModelTestUtils {
static void AssertModelsEqual(BookmarkModel* expected,
BookmarkModel* actual,
bool check_ids);
- private:
+
// Helper to verify the two given bookmark nodes.
// The IDs of the bookmark nodes are compared only if check_ids is true.
static void AssertNodesEqual(const BookmarkNode* expected,

Powered by Google App Engine
This is Rietveld 408576698