| Index: chrome/browser/extensions/api/passwords_private/passwords_private_delegate.h
|
| diff --git a/chrome/browser/extensions/api/passwords_private/passwords_private_delegate.h b/chrome/browser/extensions/api/passwords_private/passwords_private_delegate.h
|
| index 3bfefe789a6ad5914adc5e1a3dd1ae45572ff1b3..7d5d230abffe0bf1e4bcb58dfab692b1a9c8815b 100644
|
| --- a/chrome/browser/extensions/api/passwords_private/passwords_private_delegate.h
|
| +++ b/chrome/browser/extensions/api/passwords_private/passwords_private_delegate.h
|
| @@ -49,7 +49,8 @@ class PasswordsPrivateDelegate : public KeyedService {
|
| virtual void SendPasswordExceptionsList() = 0;
|
|
|
| // Gets the password exceptions list.
|
| - virtual const std::vector<std::string>* GetPasswordExceptionsList() const = 0;
|
| + virtual const std::vector<api::passwords_private::ExceptionPair>*
|
| + GetPasswordExceptionsList() const = 0;
|
|
|
| // Removes the saved password entry corresponding to |origin_url| and
|
| // |username|.
|
|
|