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

Unified Diff: chrome/browser/prefs/profile_pref_store_manager.h

Issue 2782803002: Move tracked prefs into services/preferences/tracked. (Closed)
Patch Set: rebase Created 3 years, 9 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: chrome/browser/prefs/profile_pref_store_manager.h
diff --git a/chrome/browser/prefs/profile_pref_store_manager.h b/chrome/browser/prefs/profile_pref_store_manager.h
index ebd270fd88d4a0a9f0db30b544c1c4502e48a932..ef2f7aa60a23835ff7a8fa6f312f17c8f6c1ef05 100644
--- a/chrome/browser/prefs/profile_pref_store_manager.h
+++ b/chrome/browser/prefs/profile_pref_store_manager.h
@@ -14,7 +14,7 @@
#include "base/files/file_path.h"
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "components/user_prefs/tracked/pref_hash_filter.h"
+#include "services/preferences/public/interfaces/preferences_configuration.mojom.h"
class HashStoreContents;
class PersistentPrefStore;
@@ -55,7 +55,7 @@ class ProfilePrefStoreManager {
// values.
ProfilePrefStoreManager(
const base::FilePath& profile_path,
- const std::vector<PrefHashFilter::TrackedPreferenceMetadata>&
+ std::vector<prefs::mojom::TrackedPreferenceMetadataPtr>
tracking_configuration,
size_t reporting_ids_count,
const std::string& seed,
@@ -130,7 +130,7 @@ class ProfilePrefStoreManager {
service_manager::Connector* connector);
const base::FilePath profile_path_;
- const std::vector<PrefHashFilter::TrackedPreferenceMetadata>
+ std::vector<prefs::mojom::TrackedPreferenceMetadataPtr>
tracking_configuration_;
const size_t reporting_ids_count_;
const std::string seed_;
« no previous file with comments | « chrome/browser/prefs/chrome_pref_service_factory.cc ('k') | chrome/browser/prefs/profile_pref_store_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698