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

Side by Side Diff: components/autofill/core/browser/personal_data_manager.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 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 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_PERSONAL_DATA_MANAGER_H_ 5 #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_PERSONAL_DATA_MANAGER_H_
6 #define COMPONENTS_AUTOFILL_CORE_BROWSER_PERSONAL_DATA_MANAGER_H_ 6 #define COMPONENTS_AUTOFILL_CORE_BROWSER_PERSONAL_DATA_MANAGER_H_
7 7
8 #include <list> 8 #include <list>
9 #include <memory> 9 #include <memory>
10 #include <set> 10 #include <set>
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 FRIEND_TEST_ALL_PREFIXES(PersonalDataManagerTest, 322 FRIEND_TEST_ALL_PREFIXES(PersonalDataManagerTest,
323 ApplyDedupingRoutine_MultipleDedupes); 323 ApplyDedupingRoutine_MultipleDedupes);
324 FRIEND_TEST_ALL_PREFIXES( 324 FRIEND_TEST_ALL_PREFIXES(
325 PersonalDataManagerTest, 325 PersonalDataManagerTest,
326 ConvertWalletAddressesAndUpdateWalletCards_NewProfile); 326 ConvertWalletAddressesAndUpdateWalletCards_NewProfile);
327 FRIEND_TEST_ALL_PREFIXES( 327 FRIEND_TEST_ALL_PREFIXES(
328 PersonalDataManagerTest, 328 PersonalDataManagerTest,
329 ConvertWalletAddressesAndUpdateWalletCards_MergedProfile); 329 ConvertWalletAddressesAndUpdateWalletCards_MergedProfile);
330 FRIEND_TEST_ALL_PREFIXES( 330 FRIEND_TEST_ALL_PREFIXES(
331 PersonalDataManagerTest, 331 PersonalDataManagerTest,
332 ConvertWalletAddressesAndUpdateWalletCards_NewCard_AddressAlreadyConverted ); // NOLINT 332 ConvertWalletAddressesAndUpdateWalletCards_NewCrd_AddressAlreadyConverted) ; // NOLINT
333 FRIEND_TEST_ALL_PREFIXES( 333 FRIEND_TEST_ALL_PREFIXES(
334 PersonalDataManagerTest, 334 PersonalDataManagerTest,
335 ConvertWalletAddressesAndUpdateWalletCards_AlreadyConverted); 335 ConvertWalletAddressesAndUpdateWalletCards_AlreadyConverted);
336 FRIEND_TEST_ALL_PREFIXES( 336 FRIEND_TEST_ALL_PREFIXES(
337 PersonalDataManagerTest, 337 PersonalDataManagerTest,
338 ConvertWalletAddressesAndUpdateWalletCards_MultipleSimilarWalletAddresses) ; // NOLINT 338 ConvertWalletAddressesAndUpdateWalletCards_MultipleSimilarWalletAddresses) ; // NOLINT
339 friend class autofill::AutofillInteractiveTest; 339 friend class autofill::AutofillInteractiveTest;
340 friend class autofill::AutofillTest; 340 friend class autofill::AutofillTest;
341 friend class autofill::PersonalDataManagerFactory; 341 friend class autofill::PersonalDataManagerFactory;
342 friend class PersonalDataManagerTest; 342 friend class PersonalDataManagerTest;
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 // The context for the request to be used to fetch libaddressinput's address 604 // The context for the request to be used to fetch libaddressinput's address
605 // validation rules. 605 // validation rules.
606 scoped_refptr<net::URLRequestContextGetter> context_getter_; 606 scoped_refptr<net::URLRequestContextGetter> context_getter_;
607 607
608 DISALLOW_COPY_AND_ASSIGN(PersonalDataManager); 608 DISALLOW_COPY_AND_ASSIGN(PersonalDataManager);
609 }; 609 };
610 610
611 } // namespace autofill 611 } // namespace autofill
612 612
613 #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_PERSONAL_DATA_MANAGER_H_ 613 #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_PERSONAL_DATA_MANAGER_H_
OLDNEW
« no previous file with comments | « components/autofill/core/browser/credit_card_unittest.cc ('k') | components/autofill/core/browser/personal_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698