| Index: net/cert/x509_certificate_nss.cc
|
| diff --git a/net/base/x509_certificate_nss.cc b/net/cert/x509_certificate_nss.cc
|
| similarity index 99%
|
| rename from net/base/x509_certificate_nss.cc
|
| rename to net/cert/x509_certificate_nss.cc
|
| index 2fe571db63b9835183925a7e2e2a4ec95a3d5c47..f6fdd94ab6b88807016b6d798ae0a57928424137 100644
|
| --- a/net/base/x509_certificate_nss.cc
|
| +++ b/net/cert/x509_certificate_nss.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/x509_certificate.h"
|
| +#include "net/cert/x509_certificate.h"
|
|
|
| #include <cert.h>
|
| #include <cryptohi.h>
|
| @@ -21,7 +21,7 @@
|
| #include "crypto/nss_util.h"
|
| #include "crypto/rsa_private_key.h"
|
| #include "crypto/scoped_nss_types.h"
|
| -#include "net/base/x509_util_nss.h"
|
| +#include "net/cert/x509_util_nss.h"
|
|
|
| namespace net {
|
|
|
|
|