summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/form_group.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/form_group.h')
-rw-r--r--chrome/browser/autofill/form_group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/form_group.h b/chrome/browser/autofill/form_group.h
index 68a7d3a..5f16276 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 const string16 Label() const;
// Returns true if the field data in |form_group| does not match the field
// data in this FormGroup.