diff options
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/test_server_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/test_server_test.cc b/chrome_frame/test/test_server_test.cc index bd5c0c3..d008b8c 100644 --- a/chrome_frame/test/test_server_test.cc +++ b/chrome_frame/test/test_server_test.cc @@ -70,7 +70,7 @@ class URLRequestTestContext : public URLRequestContext { ssl_config_service_), disk_cache::CreateInMemoryCacheBackend(0)); // In-memory cookie store. - cookie_store_ = new net::CookieMonster(); + cookie_store_ = new net::CookieMonster(NULL); } virtual ~URLRequestTestContext() { |