Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: components/autofill/core/browser/autofill_sync_constants.cc

Issue 2844463004: Rename card 'type' into 'issuer network.' (Closed)
Patch Set: read -> use Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/browser/autofill_sync_constants.cc
diff --git a/components/autofill/core/browser/autofill_sync_constants.cc b/components/autofill/core/browser/autofill_sync_constants.cc
deleted file mode 100644
index b4ccf5fb7381c4c8ba6bfb3a24685452863d28f8..0000000000000000000000000000000000000000
--- a/components/autofill/core/browser/autofill_sync_constants.cc
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2014 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.
-
-#include "components/autofill/core/browser/autofill_sync_constants.h"
-
-namespace autofill {
-
-const char kSyncCardTypeAmex[] = "AMEX";
-const char kSyncCardTypeDiscover[] = "DISCOVER";
-const char kSyncCardTypeJCB[] = "JCB";
-const char kSyncCardTypeMaestro[] = "MAESTRO";
-const char kSyncCardTypeMasterCard[] = "MASTER_CARD";
-const char kSyncCardTypeSolo[] = "SOLO";
-const char kSyncCardTypeSwitch[] = "SWITCH";
-const char kSyncCardTypeUnknown[] = "UNKNOWN";
-const char kSyncCardTypeVisa[] = "VISA";
-
-} // namespace autofill
« no previous file with comments | « components/autofill/core/browser/autofill_sync_constants.h ('k') | components/autofill/core/browser/autofill_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698