summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autofill/credit_card_field.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/autofill/credit_card_field.h')
-rw-r--r--chrome/browser/autofill/credit_card_field.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/autofill/credit_card_field.h b/chrome/browser/autofill/credit_card_field.h
index 4fed417..d870db7 100644
--- a/chrome/browser/autofill/credit_card_field.h
+++ b/chrome/browser/autofill/credit_card_field.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2010 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.
@@ -15,7 +15,7 @@ class CreditCardField : public FormField {
public:
// FormField implementation:
virtual bool GetFieldInfo(FieldTypeMap* field_type_map) const;
- virtual FormFieldType GetFormFieldType() { return kCreditCardType; }
+ virtual FormFieldType GetFormFieldType() const { return kCreditCardType; }
virtual int priority() const { return 4; }
static CreditCardField* Parse(