| Index: net/cert/x509_cert_types_mac.cc
|
| diff --git a/net/base/x509_cert_types_mac.cc b/net/cert/x509_cert_types_mac.cc
|
| similarity index 99%
|
| rename from net/base/x509_cert_types_mac.cc
|
| rename to net/cert/x509_cert_types_mac.cc
|
| index a3eec5eab045ab5861c5adccf3c5adc1be73ad64..00795edcefa8d40f105b1ceeb6f67ffae4d84e1b 100644
|
| --- a/net/base/x509_cert_types_mac.cc
|
| +++ b/net/cert/x509_cert_types_mac.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_cert_types.h"
|
| +#include "net/cert/x509_cert_types.h"
|
|
|
| #include <CoreServices/CoreServices.h>
|
| -#include <Security/Security.h>
|
| #include <Security/SecAsn1Coder.h>
|
| +#include <Security/Security.h>
|
|
|
| -#include "base/logging.h"
|
| #include "base/i18n/icu_string_conversions.h"
|
| +#include "base/logging.h"
|
| #include "base/mac/mac_logging.h"
|
| #include "base/utf_string_conversions.h"
|
|
|
|
|