| Index: net/http/disk_based_cert_cache.h
|
| diff --git a/net/http/disk_based_cert_cache.h b/net/http/disk_based_cert_cache.h
|
| index 347d2f0bb1dde960042f96af08acdbc6b6068db2..7c9edec01c53fea1d44eebeda7777a931379c89b 100644
|
| --- a/net/http/disk_based_cert_cache.h
|
| +++ b/net/http/disk_based_cert_cache.h
|
| @@ -5,11 +5,14 @@
|
| #ifndef NET_HTTP_DISK_BASED_CERT_CACHE_H
|
| #define NET_HTTP_DISK_BASED_CERT_CACHE_H
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/callback.h"
|
| #include "base/containers/hash_tables.h"
|
| #include "base/containers/mru_cache.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "net/base/net_export.h"
|
| #include "net/cert/x509_certificate.h"
|
|
|