summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card.h
diff options
context:
space:
mode:
authorgeorgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-23 22:34:00 +0000
committergeorgey@chromium.org <georgey@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-23 22:34:00 +0000
commitf2cd8366d10941fc248db85320bee6a8025b18bc (patch)
tree71818da5f03ff20a1b446e354aba3cb2894ad5e3 /chrome/browser/autofill/credit_card.h
parenta999d67a5df08491b6829e4ebb4081681f8f18af (diff)
downloadchromium_src-f2cd8366d10941fc248db85320bee6a8025b18bc.zip
chromium_src-f2cd8366d10941fc248db85320bee6a8025b18bc.tar.gz
chromium_src-f2cd8366d10941fc248db85320bee6a8025b18bc.tar.bz2
Removed deprecated AutofillProfile::Compare, renamed CompareMulti to Compare, fixed related bugs.
BUG=109797 TEST=unit tests Review URL: http://codereview.chromium.org/9265023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118750 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autofill/credit_card.h')
-rw-r--r--chrome/browser/autofill/credit_card.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/browser/autofill/credit_card.h b/chrome/browser/autofill/credit_card.h
index 34dcac8..12c80e4 100644
--- a/chrome/browser/autofill/credit_card.h
+++ b/chrome/browser/autofill/credit_card.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -67,10 +67,6 @@ class CreditCard : public FormGroup {
// credit cards themselves.
int Compare(const CreditCard& credit_card) const;
- // This is same as |Compare| for credit cards as they are single-valued.
- // This is here to unify templated code that deals with |FormGroup|s.
- int CompareMulti(const CreditCard& credit_card) const;
-
// Used by tests.
bool operator==(const CreditCard& credit_card) const;
bool operator!=(const CreditCard& credit_card) const;