| Index: components/certificate_transparency/tree_state_tracker.h
|
| diff --git a/components/certificate_transparency/tree_state_tracker.h b/components/certificate_transparency/tree_state_tracker.h
|
| index 7523978f34e86b73996ba91ae88d1a70a29b4119..83d82c0a304ae03f860aff882c752b0b4593b025 100644
|
| --- a/components/certificate_transparency/tree_state_tracker.h
|
| +++ b/components/certificate_transparency/tree_state_tracker.h
|
| @@ -15,6 +15,7 @@
|
| #include "net/cert/sth_observer.h"
|
|
|
| namespace net {
|
| +class NetLog;
|
| class CTLogVerifier;
|
| class X509Certificate;
|
|
|
| @@ -43,8 +44,8 @@ class TreeStateTracker : public net::CTVerifier::Observer,
|
| // is based on the assumption that the list of recognized logs does not change
|
| // during the object's life time.
|
| // Observed STHs from logs not in this list will be simply ignored.
|
| - explicit TreeStateTracker(
|
| - std::vector<scoped_refptr<const net::CTLogVerifier>> ct_logs);
|
| + TreeStateTracker(std::vector<scoped_refptr<const net::CTLogVerifier>> ct_logs,
|
| + net::NetLog* net_log);
|
| ~TreeStateTracker() override;
|
|
|
| // net::ct::CTVerifier::Observer implementation.
|
|
|