diff options
Diffstat (limited to 'chrome/browser/autofill/autofill_profile.h')
-rw-r--r-- | chrome/browser/autofill/autofill_profile.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/autofill/autofill_profile.h b/chrome/browser/autofill/autofill_profile.h index 1184c00..2dbcd2f 100644 --- a/chrome/browser/autofill/autofill_profile.h +++ b/chrome/browser/autofill/autofill_profile.h @@ -58,8 +58,7 @@ class AutoFillProfile : public FormGroup { // For use in STL containers. void operator=(const AutoFillProfile&); - // Used by tests. - // TODO(jhawkins): Move these to private and add the test as a friend. + // For WebData and Sync. bool operator==(const AutoFillProfile& profile) const; bool operator!=(const AutoFillProfile& profile) const; void set_label(const string16& label) { label_ = label; } |