Index: chrome/browser/net/connection_tester_unittest.cc |
diff --git a/chrome/browser/net/connection_tester_unittest.cc b/chrome/browser/net/connection_tester_unittest.cc |
index 530c7a853380fd5febff58a775b079bae745d3d2..812c6920d3c8639168316240adc79608c9370118 100644 |
--- a/chrome/browser/net/connection_tester_unittest.cc |
+++ b/chrome/browser/net/connection_tester_unittest.cc |
@@ -5,6 +5,7 @@ |
#include "chrome/browser/net/connection_tester.h" |
#include "base/prefs/testing_pref_service.h" |
+#include "content/public/browser/cookie_store_factory.h" |
#include "content/public/test/test_browser_thread.h" |
#include "content/public/browser/cookie_store_factory.h" |
#include "net/cert/mock_cert_verifier.h" |
@@ -148,7 +149,7 @@ class ConnectionTesterTest : public PlatformTest { |
http_transaction_factory_.get()); |
// In-memory cookie store. |
proxy_script_fetcher_context_->set_cookie_store( |
- content::CreateInMemoryCookieStore(NULL)); |
+ content::CreateCookieStore(content::CookieStoreConfig())); |
} |
}; |