chromium/components/os_crypt/sync/libsecret_util_linux.h

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

#ifndef COMPONENTS_OS_CRYPT_SYNC_LIBSECRET_UTIL_LINUX_H_
#define COMPONENTS_OS_CRYPT_SYNC_LIBSECRET_UTIL_LINUX_H_

#include <libsecret/secret.h>

#include <list>
#include <memory>
#include <string>

#include "base/component_export.h"
#include "base/memory/raw_ptr.h"
#include "base/memory/raw_ptr_exclusion.h"

// Utility for dynamically loading libsecret.
class LibsecretLoader {};

class COMPONENT_EXPORT(OS_CRYPT) LibsecretAttributesBuilder {};

#endif  // COMPONENTS_OS_CRYPT_SYNC_LIBSECRET_UTIL_LINUX_H_