| Index: components/certificate_transparency/single_tree_tracker.h
|
| diff --git a/components/certificate_transparency/single_tree_tracker.h b/components/certificate_transparency/single_tree_tracker.h
|
| index f7afe72c3b449ed80396f12f54744cce005f38cf..8bc380bdc8ce06b789bc5b77dd6ca04b93c90239 100644
|
| --- a/components/certificate_transparency/single_tree_tracker.h
|
| +++ b/components/certificate_transparency/single_tree_tracker.h
|
| @@ -26,6 +26,10 @@ struct SignedCertificateTimestamp;
|
|
|
| namespace certificate_transparency {
|
|
|
| +namespace internal {
|
| +extern const char kCanCheckForInclusionHistogramName[];
|
| +}
|
| +
|
| // Tracks the state of an individual Certificate Transparency Log's Merkle Tree.
|
| // A CT Log constantly issues Signed Tree Heads, for which every older STH must
|
| // be incorporated into the current/newer STH. As new certificates are logged,
|
|
|