| Index: chromeos/network/client_cert_store_chromeos_unittest.cc
|
| diff --git a/net/ssl/client_cert_store_chromeos_unittest.cc b/chromeos/network/client_cert_store_chromeos_unittest.cc
|
| similarity index 99%
|
| rename from net/ssl/client_cert_store_chromeos_unittest.cc
|
| rename to chromeos/network/client_cert_store_chromeos_unittest.cc
|
| index 33601efe5b34398f88a4736531a561f9f9416122..00e970690fe154a52c4af2f7786fda4869b4aaef 100644
|
| --- a/net/ssl/client_cert_store_chromeos_unittest.cc
|
| +++ b/chromeos/network/client_cert_store_chromeos_unittest.cc
|
| @@ -23,10 +23,7 @@ namespace net {
|
|
|
| namespace {
|
|
|
| -enum ReadFromSlot {
|
| - READ_FROM_SLOT_USER,
|
| - READ_FROM_SLOT_SYSTEM
|
| -};
|
| +enum ReadFromSlot { READ_FROM_SLOT_USER, READ_FROM_SLOT_SYSTEM };
|
|
|
| enum SystemSlotAvailability {
|
| SYSTEM_SLOT_AVAILABILITY_ENABLED,
|
| @@ -160,7 +157,6 @@ class ClientCertStoreChromeOSTest : public ::testing::Test {
|
| return ImportClientCertAndKeyFromFile(
|
| GetTestCertsDirectory(), cert_filename, key_filename, slot.get());
|
| }
|
| -
|
| };
|
|
|
| // Ensure that cert requests, that are started before the user's NSS DB is
|
|
|