// 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.

#include "components/strike_database/strike_database_base.h"

namespace strike_database {

StrikeDatabaseBase::StrikeDatabaseBase() = default;

StrikeDatabaseBase::~StrikeDatabaseBase() = default;

}  // namespace strike_database
