| Index: components/proximity_auth/logging/log_buffer.h
|
| diff --git a/components/proximity_auth/logging/log_buffer.h b/components/proximity_auth/logging/log_buffer.h
|
| index dd554bc497d438fc2d218af6d0d242d9aa226f0c..46b335ace256d29e19ff5885ac8abbc0731be89a 100644
|
| --- a/components/proximity_auth/logging/log_buffer.h
|
| +++ b/components/proximity_auth/logging/log_buffer.h
|
| @@ -71,7 +71,7 @@ class LogBuffer {
|
| std::list<LogMessage> log_messages_;
|
|
|
| // List of observers.
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(LogBuffer);
|
| };
|
|
|