// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_TRANSACTION_H_ #define SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_TRANSACTION_H_ #include <string> #include <string_view> #include <vector> #include "base/values.h" #include "services/preferences/public/mojom/tracked_preference_validation_delegate.mojom.h" // Used to perform a series of checks/transformations on a PrefHashStore. class PrefHashStoreTransaction { … }; #endif // SERVICES_PREFERENCES_TRACKED_PREF_HASH_STORE_TRANSACTION_H_