#include "services/preferences/public/cpp/scoped_pref_update.h"
#include <utility>
#include "base/functional/bind.h"
#include "components/prefs/pref_service.h"
#include "services/preferences/public/cpp/dictionary_value_update.h"
namespace prefs {
ScopedDictionaryPrefUpdate::ScopedDictionaryPrefUpdate(PrefService* service,
std::string_view path)
: … { … }
ScopedDictionaryPrefUpdate::~ScopedDictionaryPrefUpdate() { … }
std::unique_ptr<DictionaryValueUpdate> ScopedDictionaryPrefUpdate::Get() { … }
std::unique_ptr<DictionaryValueUpdate> ScopedDictionaryPrefUpdate::
operator->() { … }
void ScopedDictionaryPrefUpdate::RecordPath(std::vector<std::string> path) { … }
}