chromium/chrome/services/sharing/nearby/test_support/fake_nearby_presence_credential_storage.cc

// Copyright 2023 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/services/sharing/nearby/test_support/fake_nearby_presence_credential_storage.h"

namespace ash::nearby::presence {

FakeNearbyPresenceCredentialStorage::FakeNearbyPresenceCredentialStorage() =
    default;
FakeNearbyPresenceCredentialStorage::~FakeNearbyPresenceCredentialStorage() =
    default;

}  // namespace ash::nearby::presence