| Index: net/test/test_root_certs.cc
|
| diff --git a/net/base/test_root_certs.cc b/net/test/test_root_certs.cc
|
| similarity index 95%
|
| rename from net/base/test_root_certs.cc
|
| rename to net/test/test_root_certs.cc
|
| index 084bbef019f9b93a70e8e4570c69fc2ee3e6f287..a3282646c4f28c74431a38b7db673d291f13d66d 100644
|
| --- a/net/base/test_root_certs.cc
|
| +++ b/net/test/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/test/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 {
|
|
|
|
|