Index: chrome/browser/autofill/form_group.h |
=================================================================== |
--- chrome/browser/autofill/form_group.h (revision 35729) |
+++ chrome/browser/autofill/form_group.h (working copy) |
@@ -49,7 +49,7 @@ |
// Returns the label for this FormGroup item. This should be overridden for |
// form group items that implement a label. |
- virtual string16 Label() const { return EmptyString16(); } |
+ virtual string16 Label() const { return string16(); } |
}; |
#endif // CHROME_BROWSER_AUTOFILL_FORM_GROUP_H_ |