| Index: chrome/browser/cookies_tree_model.h
|
| diff --git a/chrome/browser/cookies_tree_model.h b/chrome/browser/cookies_tree_model.h
|
| index aec5a5f46a47a4b81d2b3b8f0eff80b35f74c4a9..e99fa7f5188930d2aab740e58e49744c74e18ac8 100644
|
| --- a/chrome/browser/cookies_tree_model.h
|
| +++ b/chrome/browser/cookies_tree_model.h
|
| @@ -644,7 +644,7 @@ class CookiesTreeModel : public ui::TreeNodeModel<CookieTreeNode> {
|
| // ui::TreeModel methods:
|
| // Returns the set of icons for the nodes in the tree. You only need override
|
| // this if you don't want to use the default folder icons.
|
| - virtual void GetIcons(std::vector<SkBitmap>* icons) OVERRIDE;
|
| + virtual void GetIcons(std::vector<gfx::ImageSkia>* icons) OVERRIDE;
|
|
|
| // Returns the index of the icon to use for |node|. Return -1 to use the
|
| // default icon. The index is relative to the list of icons returned from
|
|
|