Chromium Code Reviews| Index: chrome/browser/gtk/options/cookies_view_unittest.cc |
| =================================================================== |
| --- chrome/browser/gtk/options/cookies_view_unittest.cc (revision 25474) |
| +++ chrome/browser/gtk/options/cookies_view_unittest.cc (working copy) |
| @@ -22,9 +22,6 @@ |
| TestURLRequestContext() { |
| cookie_store_ = new net::CookieMonster(); |
| } |
| - virtual ~TestURLRequestContext() { |
| - delete cookie_store_; |
| - } |
| }; |
| class CookieTestingProfile : public TestingProfile { |