diff options
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_model.h')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_model.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h index e29dfbc..91028bf1 100644 --- a/chrome/browser/bookmarks/bookmark_model.h +++ b/chrome/browser/bookmarks/bookmark_model.h @@ -226,7 +226,7 @@ class BookmarkModel : public NotificationObserver, public BookmarkService { // Returns the favicon for |node|. If the favicon has not yet been // loaded it is loaded and the observer of the model notified when done. - const SkBitmap& GetFavIcon(const BookmarkNode* node); + const SkBitmap& GetFavicon(const BookmarkNode* node); // Sets the title of the specified node. void SetTitle(const BookmarkNode* node, const string16& title); |