| Index: net/cert/sth_distributor.h
|
| diff --git a/net/cert/sth_distributor.h b/net/cert/sth_distributor.h
|
| index fee3a62dd9bc1fcc3e35c8644f36622050dbe936..0462cd29bb37ae7dd2274749516c001396d4e0a7 100644
|
| --- a/net/cert/sth_distributor.h
|
| +++ b/net/cert/sth_distributor.h
|
| @@ -46,7 +46,7 @@ class NET_EXPORT STHDistributor : public STHObserver, public STHReporter {
|
| std::vector<SignedTreeHead> observed_sths_;
|
|
|
| // The observers for new STH notifications.
|
| - base::ObserverList<STHObserver> observer_list_;
|
| + base::ObserverList<STHObserver, true> observer_list_;
|
| };
|
|
|
| } // namespace ct
|
|
|