| Index: net/cert/x509_util_nss.cc
|
| diff --git a/net/base/x509_util_nss.cc b/net/cert/x509_util_nss.cc
|
| similarity index 99%
|
| rename from net/base/x509_util_nss.cc
|
| rename to net/cert/x509_util_nss.cc
|
| index f4c253f899f0a21606eb3a02ee19145f494e815e..90b748711ceef00f3213d9635f3bd504b3a1283f 100644
|
| --- a/net/base/x509_util_nss.cc
|
| +++ b/net/cert/x509_util_nss.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/base/x509_util.h"
|
| -#include "net/base/x509_util_nss.h"
|
| +#include "net/cert/x509_util.h"
|
| +#include "net/cert/x509_util_nss.h"
|
|
|
| #include <cert.h>
|
| #include <cryptohi.h>
|
| @@ -24,7 +24,7 @@
|
| #include "crypto/nss_util_internal.h"
|
| #include "crypto/scoped_nss_types.h"
|
| #include "crypto/third_party/nss/chromium-nss.h"
|
| -#include "net/base/x509_certificate.h"
|
| +#include "net/cert/x509_certificate.h"
|
|
|
| namespace net {
|
|
|
|
|