chromium/third_party/blink/public/common/storage_key/storage_key_proto_converter.h

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

#ifndef THIRD_PARTY_BLINK_PUBLIC_COMMON_STORAGE_KEY_STORAGE_KEY_PROTO_CONVERTER_H_
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_STORAGE_KEY_STORAGE_KEY_PROTO_CONVERTER_H_

#include "third_party/blink/public/common/storage_key/proto/storage_key.pb.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"

namespace storage_key_proto {

blink::StorageKey Convert(const storage_key_proto::StorageKey& storage_key);

}  // namespace storage_key_proto

#endif  // THIRD_PARTY_BLINK_PUBLIC_COMMON_STORAGE_KEY_STORAGE_KEY_PROTO_CONVERTER_H_