blob: f5a86a44ff894b5eaec2be16d01f91267639b46b [file] [log] [blame]
// 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