chromium/chrome/browser/ash/platform_keys/key_permissions/key_permissions_service.cc

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

#include "chrome/browser/ash/platform_keys/key_permissions/key_permissions_service.h"

namespace ash::platform_keys {

KeyPermissionsService::KeyPermissionsService() = default;

KeyPermissionsService::~KeyPermissionsService() = default;

}  // namespace ash::platform_keys