chromium/components/history/core/test/database_test_utils.cc

// Copyright 2015 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/test/database_test_utils.h"

#include "base/files/file_path.h"
#include "base/path_service.h"
#include "sql/test/test_helpers.h"

namespace history {

[[nodiscard]] bool GetTestDataHistoryDir(base::FilePath* dir) {}

[[nodiscard]] bool CreateDatabaseFromSQL(const base::FilePath& db_path,
                                         const char* ascii_path) {}

}  // namespace history