// Copyright 2019 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/optimization_guide/core/proto_database_provider_test_base.h" namespace optimization_guide { ProtoDatabaseProviderTestBase::ProtoDatabaseProviderTestBase() = default; ProtoDatabaseProviderTestBase::~ProtoDatabaseProviderTestBase() = default; void ProtoDatabaseProviderTestBase::SetUp() { … } void ProtoDatabaseProviderTestBase::TearDown() { … } } // namespace optimization_guide