| Index: components/autofill/content/browser/wallet/instrument.h
|
| diff --git a/components/autofill/content/browser/wallet/instrument.h b/components/autofill/content/browser/wallet/instrument.h
|
| index b706a7e340dbc460c5adf5b316ea6b4b038895a0..01857f8802fba303fa4b45a63f46d5bc039bd256 100644
|
| --- a/components/autofill/content/browser/wallet/instrument.h
|
| +++ b/components/autofill/content/browser/wallet/instrument.h
|
| @@ -67,7 +67,6 @@ class Instrument {
|
| FormOfPayment form_of_payment() const { return form_of_payment_; }
|
| const base::string16& last_four_digits() const { return last_four_digits_; }
|
| const std::string& object_id() const { return object_id_; }
|
| - void set_object_id(const std::string& object_id) { object_id_ = object_id; }
|
|
|
| private:
|
| void Init();
|
|
|