chromium/services/preferences/public/cpp/scoped_pref_update.cc

// Copyright 2017 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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) {}

}  // namespace prefs