chromium/components/history/core/browser/visited_link_database_unittest.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 "components/history/core/browser/visited_link_database.h"

#include "base/files/file_path.h"
#include "base/files/scoped_temp_dir.h"
#include "base/strings/utf_string_conversions.h"
#include "base/test/scoped_feature_list.h"
#include "components/history/core/browser/features.h"
#include "components/history/core/browser/url_database.h"
#include "sql/database.h"
#include "testing/gtest/include/gtest/gtest.h"

Time;

namespace history {

namespace {

bool IsVisitedLinkRowEqual(const VisitedLinkRow& a, const VisitedLinkRow& b) {}

}  // namespace

class VisitedLinkDatabaseTest : public testing::Test,
                                public URLDatabase,
                                public VisitedLinkDatabase {};

// Test add, update, and delete operations for the
// VisitedLinkDatabase.
TEST_F(VisitedLinkDatabaseTest, AddVisitedLink) {}

TEST_F(VisitedLinkDatabaseTest, UpdateVisitedLink) {}

}  // namespace history