Index: chrome/browser/ui/autofill/autofill_dialog_view.h |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_view.h b/chrome/browser/ui/autofill/autofill_dialog_view.h |
index 55983d513c06f9149ed6032355fd37567e8d0781..6a38637a7b6ac19400615e82602f8f9a765bef0e 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_view.h |
+++ b/chrome/browser/ui/autofill/autofill_dialog_view.h |
@@ -47,9 +47,6 @@ class AutofillDialogView { |
// relevant. |
virtual string16 GetCvc() = 0; |
- // Returns the state of the "use billing address for shipping" checkbox. |
- virtual bool UseBillingForShipping() = 0; |
- |
// Returns true if new or edited autofill details should be saved. |
virtual bool SaveDetailsLocally() = 0; |