#include "chrome/browser/content_index/content_index_provider_impl.h"
#include <memory>
#include "base/files/file_path.h"
#include "base/files/scoped_temp_dir.h"
#include "base/memory/weak_ptr.h"
#include "base/run_loop.h"
#include "base/test/bind.h"
#include "base/time/time.h"
#include "chrome/browser/engagement/site_engagement_service_factory.h"
#include "chrome/browser/history/history_service_factory.h"
#include "chrome/test/base/testing_profile.h"
#include "components/history/core/browser/history_database_params.h"
#include "components/history/core/browser/history_service.h"
#include "components/history/core/test/test_history_database.h"
#include "components/offline_items_collection/core/offline_content_provider.h"
#include "components/site_engagement/content/site_engagement_service.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/content_index_provider.h"
#include "content/public/test/browser_task_environment.h"
#include "content/public/test/test_storage_partition.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/gfx/image/image.h"
#include "url/gurl.h"
#include "url/origin.h"
namespace {
ContentId;
OfflineContentAggregator;
OfflineContentProvider;
OfflineItem;
OfflineItemVisuals;
UpdateDelta;
_;
constexpr int64_t kServiceWorkerRegistrationId = …;
constexpr double kEngagementScore = …;
constexpr char kLaunchUrl[] = …;
base::FilePath profile_path;
std::unique_ptr<KeyedService> BuildTestHistoryService(
content::BrowserContext* context) { … }
std::unique_ptr<KeyedService> BuildTestSiteEngagementService(
content::BrowserContext* context) { … }
}
class ContentIndexProviderImplTest : public testing::Test,
public OfflineContentProvider::Observer { … };
TEST_F(ContentIndexProviderImplTest, OfflineItemCreation) { … }
TEST_F(ContentIndexProviderImplTest, ObserverUpdates) { … }