| Index: components/safe_browsing/password_protection/password_protection_request.h
|
| diff --git a/components/safe_browsing/password_protection/password_protection_request.h b/components/safe_browsing/password_protection/password_protection_request.h
|
| index 721739b277ec9f29bfed6528591466b0edc95035..756a65d0db0155e2f1226194658fd6aaecc60da8 100644
|
| --- a/components/safe_browsing/password_protection/password_protection_request.h
|
| +++ b/components/safe_browsing/password_protection/password_protection_request.h
|
| @@ -74,8 +74,8 @@ class PasswordProtectionRequest : public base::RefCountedThreadSafe<
|
|
|
| content::WebContents* web_contents() const { return web_contents_; }
|
|
|
| - LoginReputationClientRequest::TriggerType request_type() const {
|
| - return request_type_;
|
| + LoginReputationClientRequest::TriggerType trigger_type() const {
|
| + return trigger_type_;
|
| }
|
|
|
| private:
|
| @@ -129,7 +129,7 @@ class PasswordProtectionRequest : public base::RefCountedThreadSafe<
|
| const std::string saved_domain_;
|
|
|
| // If this request is for unfamiliar login page or for a password reuse event.
|
| - const LoginReputationClientRequest::TriggerType request_type_;
|
| + const LoginReputationClientRequest::TriggerType trigger_type_;
|
|
|
| // If there is a password field on the page.
|
| const bool password_field_exists_;
|
|
|