Chromium Code Reviews| Index: views/view_unittest.cc |
| diff --git a/views/view_unittest.cc b/views/view_unittest.cc |
| index 8832c434e2a70456ecd0dc2851dc5f84c93e4d7c..617d25cf63727bcdde8d0321dc3c45c9ffb1b2ca 100644 |
| --- a/views/view_unittest.cc |
| +++ b/views/view_unittest.cc |
| @@ -687,6 +687,8 @@ class TestViewsDelegate : public views::ViewsDelegate { |
| virtual HICON GetDefaultWindowIcon() const { |
| return NULL; |
| } |
| + virtual void AddRef() {} |
| + virtual void ReleaseRef() {} |
| private: |
| mutable scoped_ptr<Clipboard> clipboard_; |