| Index: chrome/browser/autofill/form_group.h
|
| diff --git a/chrome/browser/autofill/form_group.h b/chrome/browser/autofill/form_group.h
|
| index b1b224300dcf004d8748ea2721ca8e7c609ed08e..8855238c366d58d45659c90f6267895b44b7aeae 100644
|
| --- a/chrome/browser/autofill/form_group.h
|
| +++ b/chrome/browser/autofill/form_group.h
|
| @@ -53,7 +53,7 @@ class FormGroup {
|
|
|
| // Returns the label for this FormGroup item. This should be overridden for
|
| // form group items that implement a label.
|
| - virtual const string16 Label() const;
|
| + virtual string16 Label() const;
|
|
|
| // Returns true if the field data in |form_group| does not match the field
|
| // data in this FormGroup.
|
|
|