Index: chrome/browser/bookmarks/bookmark_model.h |
=================================================================== |
--- chrome/browser/bookmarks/bookmark_model.h (revision 6982) |
+++ chrome/browser/bookmarks/bookmark_model.h (working copy) |
@@ -284,6 +284,12 @@ |
Profile* profile() const { return profile_; } |
+ |
jcampan
2008/12/16 17:24:12
Remove extra blank line
|
+ // Sets the BookmarkStorage. This is intended for testing. |
+ void set_store(BookmarkStorage* store) { |
+ store_ = store; |
+ } |
+ |
private: |
// Used to order BookmarkNodes by URL. |
class NodeURLComparator { |