| Index: components/autofill/core/browser/autofill_external_delegate.h
|
| diff --git a/components/autofill/core/browser/autofill_external_delegate.h b/components/autofill/core/browser/autofill_external_delegate.h
|
| index 9ff480c6fa80b75ec268c5033088ade6292af8cc..22a002f7e0d40c1441aa7b3c78d16868c2c78d04 100644
|
| --- a/components/autofill/core/browser/autofill_external_delegate.h
|
| +++ b/components/autofill/core/browser/autofill_external_delegate.h
|
| @@ -132,7 +132,7 @@ class AutofillExternalDelegate : public AutofillPopupDelegate {
|
| gfx::RectF element_bounds_;
|
|
|
| // Does the popup include any Autofill profile or credit card suggestions?
|
| - bool has_suggestion_;
|
| + bool has_autofill_suggestions_;
|
|
|
| // Have we already shown Autofill suggestions for the field the user is
|
| // currently editing? Used to keep track of state for metrics logging.
|
|
|