| Index: net/cert/test_root_certs_nss.cc
|
| diff --git a/net/base/test_root_certs_nss.cc b/net/cert/test_root_certs_nss.cc
|
| similarity index 97%
|
| rename from net/base/test_root_certs_nss.cc
|
| rename to net/cert/test_root_certs_nss.cc
|
| index 039b790c2e36c7f8156bd04a1e8e7b40b3b799b2..3a2f88a79684eabb9ce39fda39e052bacd96e2f8 100644
|
| --- a/net/base/test_root_certs_nss.cc
|
| +++ b/net/cert/test_root_certs_nss.cc
|
| @@ -2,17 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/base/test_root_certs.h"
|
| +#include "net/cert/test_root_certs.h"
|
|
|
| #include <cert.h>
|
|
|
| #include "base/logging.h"
|
| #include "base/stl_util.h"
|
| #include "crypto/nss_util.h"
|
| -#include "net/base/x509_certificate.h"
|
| +#include "net/cert/x509_certificate.h"
|
|
|
| #if defined(OS_IOS)
|
| -#include "net/base/x509_util_ios.h"
|
| +#include "net/cert/x509_util_ios.h"
|
| #endif
|
|
|
| namespace net {
|
|
|