| Index: chrome/browser/extensions/api/passwords_private/passwords_private_event_router.h
|
| diff --git a/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.h b/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.h
|
| index c1846732255c205044e03f7a86093465d696a772..5ea04d7a8dab60224c658728ed95bdb69bfc5605 100644
|
| --- a/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.h
|
| +++ b/chrome/browser/extensions/api/passwords_private/passwords_private_event_router.h
|
| @@ -33,7 +33,7 @@ class PasswordsPrivateEventRouter : public KeyedService {
|
| // Notifies listeners of updated exceptions.
|
| // |exceptions| The new list of password exceptions.
|
| void OnPasswordExceptionsListChanged(
|
| - const std::vector<api::passwords_private::ExceptionPair>& exceptions);
|
| + const std::vector<api::passwords_private::ExceptionEntry>& exceptions);
|
|
|
| // Notifies listeners after fetching a plain-text password.
|
| // |origin_url| The origin which the password is saved for.
|
|
|