| Index: chrome/common/net/x509_certificate_model.h
|
| diff --git a/chrome/common/net/x509_certificate_model.h b/chrome/common/net/x509_certificate_model.h
|
| index 6c4e31c8e272d67b58cfe4f5a1c608a6ee3d9d07..16cae484c48f0b7013d5618ae37c08efcca068b9 100644
|
| --- a/chrome/common/net/x509_certificate_model.h
|
| +++ b/chrome/common/net/x509_certificate_model.h
|
| @@ -5,8 +5,8 @@
|
| #ifndef CHROME_COMMON_NET_X509_CERTIFICATE_MODEL_H_
|
| #define CHROME_COMMON_NET_X509_CERTIFICATE_MODEL_H_
|
|
|
| -#include "net/base/cert_type.h"
|
| -#include "net/base/x509_certificate.h"
|
| +#include "net/cert/cert_type.h"
|
| +#include "net/cert/x509_certificate.h"
|
|
|
| // This namespace defines a set of functions to be used in UI-related bits of
|
| // X509 certificates. It decouples the UI from the underlying crypto library
|
|
|