| Index: components/proximity_auth/connection.h
|
| diff --git a/components/proximity_auth/connection.h b/components/proximity_auth/connection.h
|
| index 8b2e7fc992e2d4794a6ae23860adba0023686718..41414f6273d8582ee6860dbf1b0af19a05695dae 100644
|
| --- a/components/proximity_auth/connection.h
|
| +++ b/components/proximity_auth/connection.h
|
| @@ -99,7 +99,7 @@ class Connection {
|
| Status status_;
|
|
|
| // The registered observers of the connection.
|
| - ObserverList<ConnectionObserver> observers_;
|
| + base::ObserverList<ConnectionObserver> observers_;
|
|
|
| // A temporary buffer storing bytes received before a received message can be
|
| // fully constructed.
|
|
|