| Index: net/ssl/client_cert_store_chromeos_unittest.cc
|
| diff --git a/net/ssl/client_cert_store_chromeos_unittest.cc b/net/ssl/client_cert_store_chromeos_unittest.cc
|
| index 73e03264aad0a57b3f33a332d22060cb15f1383f..de0358df15bfe8bd06f8e068093e9409f1eebeae 100644
|
| --- a/net/ssl/client_cert_store_chromeos_unittest.cc
|
| +++ b/net/ssl/client_cert_store_chromeos_unittest.cc
|
| @@ -37,10 +37,6 @@ class ClientCertStoreChromeOSTestDelegate {
|
| ClientCertStoreChromeOS store_;
|
| };
|
|
|
| -INSTANTIATE_TYPED_TEST_CASE_P(ChromeOS,
|
| - ClientCertStoreTest,
|
| - ClientCertStoreChromeOSTestDelegate);
|
| -
|
| class ClientCertStoreChromeOSTest : public ::testing::Test {
|
| public:
|
| scoped_refptr<X509Certificate> ImportCertForUser(
|
|
|