| Index: chrome/browser/autofill/autofill_profile.h
|
| ===================================================================
|
| --- chrome/browser/autofill/autofill_profile.h (revision 38653)
|
| +++ chrome/browser/autofill/autofill_profile.h (working copy)
|
| @@ -56,6 +56,7 @@
|
| // Used by tests.
|
| // TODO(jhawkins): Move these to private and add the test as a friend.
|
| bool operator==(const AutoFillProfile& profile) const;
|
| + bool operator!=(const AutoFillProfile& profile) const;
|
| void set_label(const string16& label) { label_ = label; }
|
|
|
| private:
|
|
|