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

Side by Side Diff: components/autofill/core/browser/webdata/autofill_wallet_syncable_service.h

Issue 2844463004: Rename card 'type' into 'issuer network.' (Closed)
Patch Set: read -> use Created 3 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WALLET_SYNCABLE_SERVIC E_H_ 5 #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WALLET_SYNCABLE_SERVIC E_H_
6 #define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WALLET_SYNCABLE_SERVIC E_H_ 6 #define COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WALLET_SYNCABLE_SERVIC E_H_
7 7
8 #include <memory>
9 #include <string>
10 #include <vector>
11
8 #include "base/macros.h" 12 #include "base/macros.h"
9 #include "base/supports_user_data.h" 13 #include "base/supports_user_data.h"
10 #include "base/threading/thread_checker.h" 14 #include "base/threading/thread_checker.h"
11 #include "components/autofill/core/browser/autofill_profile.h" 15 #include "components/autofill/core/browser/autofill_profile.h"
12 #include "components/autofill/core/browser/credit_card.h" 16 #include "components/autofill/core/browser/credit_card.h"
13 #include "components/sync/model/syncable_service.h" 17 #include "components/sync/model/syncable_service.h"
14 18
15 namespace autofill { 19 namespace autofill {
16 20
17 class AutofillTable; 21 class AutofillTable;
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 std::unique_ptr<syncer::SyncChangeProcessor> sync_processor_; 101 std::unique_ptr<syncer::SyncChangeProcessor> sync_processor_;
98 102
99 syncer::SyncableService::StartSyncFlare flare_; 103 syncer::SyncableService::StartSyncFlare flare_;
100 104
101 DISALLOW_COPY_AND_ASSIGN(AutofillWalletSyncableService); 105 DISALLOW_COPY_AND_ASSIGN(AutofillWalletSyncableService);
102 }; 106 };
103 107
104 } // namespace autofill 108 } // namespace autofill
105 109
106 #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WALLET_SYNCABLE_SER VICE_H_ 110 #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_WEBDATA_AUTOFILL_WALLET_SYNCABLE_SER VICE_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698