| Index: net/cert/test_root_certs.cc
|
| diff --git a/net/base/test_root_certs.cc b/net/cert/test_root_certs.cc
|
| similarity index 95%
|
| rename from net/base/test_root_certs.cc
|
| rename to net/cert/test_root_certs.cc
|
| index 084bbef019f9b93a70e8e4570c69fc2ee3e6f287..3c77ea5a9054ec288383bdf5ca42945ae861b997 100644
|
| --- a/net/base/test_root_certs.cc
|
| +++ b/net/cert/test_root_certs.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/test_root_certs.h"
|
| +#include "net/cert/test_root_certs.h"
|
|
|
| #include <string>
|
|
|
| #include "base/file_util.h"
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| -#include "net/base/x509_certificate.h"
|
| +#include "net/cert/x509_certificate.h"
|
|
|
| namespace net {
|
|
|
|
|