// Copyright 2024 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/visited_url_ranking/public/testing/mock_visited_url_ranking_service.h" namespace visited_url_ranking { MockVisitedURLRankingService::MockVisitedURLRankingService() = default; MockVisitedURLRankingService::~MockVisitedURLRankingService() = default; } // namespace visited_url_ranking