diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-19 00:20:29 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-19 00:20:29 +0000 |
commit | 4b57e52ae25919e926dc970bed06aa0e5a276dfc (patch) | |
tree | 317ff5eeced871885e6731b70b9e646a301a79b2 /chrome | |
parent | c42495f5652f0d3a47018dc01ab0781c2a58be4d (diff) | |
download | chromium_src-4b57e52ae25919e926dc970bed06aa0e5a276dfc.zip chromium_src-4b57e52ae25919e926dc970bed06aa0e5a276dfc.tar.gz chromium_src-4b57e52ae25919e926dc970bed06aa0e5a276dfc.tar.bz2 |
AutoFill: Remove a TODO and update a comment.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/2871014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-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; } |