| Index: net/log/net_log.h
|
| diff --git a/net/log/net_log.h b/net/log/net_log.h
|
| index 3a1c7bcac663c2cb8979b91223c0803c8fef2bf7..1fc1a6dd1f595a39ca27979ea3e85664c2008514 100644
|
| --- a/net/log/net_log.h
|
| +++ b/net/log/net_log.h
|
| @@ -311,7 +311,7 @@ class NET_EXPORT NetLog {
|
| base::subtle::Atomic32 is_capturing_;
|
|
|
| // |lock_| must be acquired whenever reading or writing to this.
|
| - ObserverList<ThreadSafeObserver, true> observers_;
|
| + base::ObserverList<ThreadSafeObserver, true> observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NetLog);
|
| };
|
|
|