chromium/components/os_crypt/sync/kwallet_dbus.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_KWALLET_DBUS_H_
#define COMPONENTS_OS_CRYPT_SYNC_KWALLET_DBUS_H_

#include <stdint.h>

#include <optional>
#include <string>
#include <vector>

#include "base/component_export.h"
#include "base/containers/span.h"
#include "base/memory/scoped_refptr.h"
#include "base/nix/xdg_util.h"

namespace dbus {
class Bus;
class ObjectProxy;
}  // namespace dbus

// Contains wrappers for dbus invocations related to KWallet.
class COMPONENT_EXPORT(OS_CRYPT) KWalletDBus {};

#endif  // COMPONENTS_OS_CRYPT_SYNC_KWALLET_DBUS_H_