| Index: net/cert/x509_util_openssl.cc
|
| diff --git a/net/base/x509_util_openssl.cc b/net/cert/x509_util_openssl.cc
|
| similarity index 97%
|
| rename from net/base/x509_util_openssl.cc
|
| rename to net/cert/x509_util_openssl.cc
|
| index 142bf779904687bbf5418e8020a9d841afaad93a..5853b6488b595bd27fde67d40805efff07b06e10 100644
|
| --- a/net/base/x509_util_openssl.cc
|
| +++ b/net/cert/x509_util_openssl.cc
|
| @@ -2,14 +2,14 @@
|
| // 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_openssl.h"
|
| +#include "net/cert/x509_util.h"
|
| +#include "net/cert/x509_util_openssl.h"
|
|
|
| #include <algorithm>
|
|
|
| #include "base/logging.h"
|
| #include "base/string_piece.h"
|
| -#include "net/base/x509_cert_types.h"
|
| +#include "net/cert/x509_cert_types.h"
|
|
|
| namespace net {
|
|
|
|
|