| Index: components/password_manager/core/browser/password_manager.h
|
| diff --git a/components/password_manager/core/browser/password_manager.h b/components/password_manager/core/browser/password_manager.h
|
| index 6f0172d06e280d2ab4a77f91de41f8ea808b8f95..09d28516432050221506642539ad8633824875f9 100644
|
| --- a/components/password_manager/core/browser/password_manager.h
|
| +++ b/components/password_manager/core/browser/password_manager.h
|
| @@ -193,7 +193,7 @@ class PasswordManager : public LoginModel {
|
|
|
| // Observers to be notified of LoginModel events. This is mutable to allow
|
| // notification in const member functions.
|
| - mutable ObserverList<LoginModelObserver> observers_;
|
| + mutable base::ObserverList<LoginModelObserver> observers_;
|
|
|
| // Callbacks to be notified when a password form has been submitted.
|
| std::vector<PasswordSubmittedCallback> submission_callbacks_;
|
|
|