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

Side by Side Diff: components/autofill/core/browser/personal_data_manager.h

Issue 1662843002: Revert of Delete base/prefs and update callers to use components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 <memory> 8 #include <memory>
9 #include <set> 9 #include <set>
10 #include <vector> 10 #include <vector>
11 11
12 #include "base/gtest_prod_util.h" 12 #include "base/gtest_prod_util.h"
13 #include "base/macros.h" 13 #include "base/macros.h"
14 #include "base/memory/scoped_ptr.h" 14 #include "base/memory/scoped_ptr.h"
15 #include "base/memory/scoped_vector.h" 15 #include "base/memory/scoped_vector.h"
16 #include "base/observer_list.h" 16 #include "base/observer_list.h"
17 #include "base/prefs/pref_member.h"
17 #include "base/strings/string16.h" 18 #include "base/strings/string16.h"
18 #include "build/build_config.h" 19 #include "build/build_config.h"
19 #include "components/autofill/core/browser/autofill_profile.h" 20 #include "components/autofill/core/browser/autofill_profile.h"
20 #include "components/autofill/core/browser/credit_card.h" 21 #include "components/autofill/core/browser/credit_card.h"
21 #include "components/autofill/core/browser/field_types.h" 22 #include "components/autofill/core/browser/field_types.h"
22 #include "components/autofill/core/browser/suggestion.h" 23 #include "components/autofill/core/browser/suggestion.h"
23 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h" 24 #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
24 #include "components/autofill/core/browser/webdata/autofill_webdata_service_obse rver.h" 25 #include "components/autofill/core/browser/webdata/autofill_webdata_service_obse rver.h"
25 #include "components/keyed_service/core/keyed_service.h" 26 #include "components/keyed_service/core/keyed_service.h"
26 #include "components/prefs/pref_member.h"
27 #include "components/webdata/common/web_data_service_consumer.h" 27 #include "components/webdata/common/web_data_service_consumer.h"
28 28
29 class AccountTrackerService; 29 class AccountTrackerService;
30 class Browser; 30 class Browser;
31 class PrefService; 31 class PrefService;
32 class RemoveAutofillTester; 32 class RemoveAutofillTester;
33 class SigninManagerBase; 33 class SigninManagerBase;
34 34
35 #if defined(OS_IOS) 35 #if defined(OS_IOS)
36 // TODO(crbug.com/513344): Remove this once Chrome on iOS is unforked. 36 // TODO(crbug.com/513344): Remove this once Chrome on iOS is unforked.
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 412
413 // An observer to listen for changes to prefs::kAutofillWalletImportEnabled. 413 // An observer to listen for changes to prefs::kAutofillWalletImportEnabled.
414 scoped_ptr<BooleanPrefMember> wallet_enabled_pref_; 414 scoped_ptr<BooleanPrefMember> wallet_enabled_pref_;
415 415
416 DISALLOW_COPY_AND_ASSIGN(PersonalDataManager); 416 DISALLOW_COPY_AND_ASSIGN(PersonalDataManager);
417 }; 417 };
418 418
419 } // namespace autofill 419 } // namespace autofill
420 420
421 #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_PERSONAL_DATA_MANAGER_H_ 421 #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_PERSONAL_DATA_MANAGER_H_
OLDNEW
« no previous file with comments | « components/autofill/core/browser/options_util_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