| Index: chrome/browser/webdata/autofill_entry.h
|
| diff --git a/chrome/browser/webdata/autofill_entry.h b/chrome/browser/webdata/autofill_entry.h
|
| index 9aadc3af4db28577b67420f71421642710f2fde3..664cbaeb135f89885faed52f659f598a3046b26f 100644
|
| --- a/chrome/browser/webdata/autofill_entry.h
|
| +++ b/chrome/browser/webdata/autofill_entry.h
|
| @@ -20,9 +20,7 @@ class AutofillKey {
|
| const string16& name() const { return name_; }
|
| const string16& value() const { return value_; }
|
|
|
| - bool operator==(const AutofillKey& key) const {
|
| - return name_ == key.name() && value_ == key.value();
|
| - }
|
| + bool operator==(const AutofillKey& key) const;
|
|
|
| private:
|
| string16 name_;
|
|
|