chromium/components/os_crypt/sync/key_storage_kwallet.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_KEY_STORAGE_KWALLET_H_
#define COMPONENTS_OS_CRYPT_SYNC_KEY_STORAGE_KWALLET_H_

#include <memory>
#include <string>

#include "base/component_export.h"
#include "components/os_crypt/sync/key_storage_linux.h"
#include "components/os_crypt/sync/kwallet_dbus.h"

class COMPONENT_EXPORT(OS_CRYPT) KeyStorageKWallet : public KeyStorageLinux {};

#endif  // COMPONENTS_OS_CRYPT_SYNC_KEY_STORAGE_KWALLET_H_