| Index: net/ssl/openssl_client_key_store.cc
|
| diff --git a/net/base/openssl_client_key_store.cc b/net/ssl/openssl_client_key_store.cc
|
| similarity index 98%
|
| rename from net/base/openssl_client_key_store.cc
|
| rename to net/ssl/openssl_client_key_store.cc
|
| index 426a4c25c6ba0373647b0bb11ce7cedaccc2d09e..9ea044e3fde6671e391cf1ad9f6ddecda35b8584 100644
|
| --- a/net/base/openssl_client_key_store.cc
|
| +++ b/net/ssl/openssl_client_key_store.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/base/openssl_client_key_store.h"
|
| +#include "net/ssl/openssl_client_key_store.h"
|
|
|
| #include <openssl/evp.h>
|
| #include <openssl/x509.h>
|
|
|