Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2157)

Unified Diff: chrome/browser/gtk/options/cookies_view_unittest.cc

Issue 197023: This CL changes the CookieStore obect to be a refcounted object to get a bett... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698