Rename GetIconID to GetIconId
[chromium-blink-merge.git] / components / autofill / core / browser / autofill_sync_constants.cc
blobb4ccf5fb7381c4c8ba6bfb3a24685452863d28f8
1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "components/autofill/core/browser/autofill_sync_constants.h"
7 namespace autofill {
9 const char kSyncCardTypeAmex[] = "AMEX";
10 const char kSyncCardTypeDiscover[] = "DISCOVER";
11 const char kSyncCardTypeJCB[] = "JCB";
12 const char kSyncCardTypeMaestro[] = "MAESTRO";
13 const char kSyncCardTypeMasterCard[] = "MASTER_CARD";
14 const char kSyncCardTypeSolo[] = "SOLO";
15 const char kSyncCardTypeSwitch[] = "SWITCH";
16 const char kSyncCardTypeUnknown[] = "UNKNOWN";
17 const char kSyncCardTypeVisa[] = "VISA";
19 } // namespace autofill