| Index: net/cert/test_root_certs_android.cc
|
| diff --git a/net/base/test_root_certs_android.cc b/net/cert/test_root_certs_android.cc
|
| similarity index 92%
|
| rename from net/base/test_root_certs_android.cc
|
| rename to net/cert/test_root_certs_android.cc
|
| index 5ad185f3784ff5b31910289aaa4e255e72cf70d0..a7b80c472074a0bdff17e1771a789ffcf5a7d337 100644
|
| --- a/net/base/test_root_certs_android.cc
|
| +++ b/net/cert/test_root_certs_android.cc
|
| @@ -2,12 +2,12 @@
|
| // 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 "base/location.h"
|
| #include "base/logging.h"
|
| #include "net/android/network_library.h"
|
| -#include "net/base/x509_certificate.h"
|
| +#include "net/cert/x509_certificate.h"
|
|
|
| namespace net {
|
|
|
|
|