#ifndef COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TEST_ARCHIVER_H_
#define COMPONENTS_OFFLINE_PAGES_CORE_OFFLINE_PAGE_TEST_ARCHIVER_H_
#include <stddef.h>
#include <stdint.h>
#include <string>
#include "base/memory/raw_ptr.h"
#include "base/memory/ref_counted.h"
#include "base/task/single_thread_task_runner.h"
#include "components/offline_pages/core/offline_page_archiver.h"
class GURL;
namespace base {
class FilePath;
}
namespace offline_pages {
class OfflinePageTestArchiver : public OfflinePageArchiver { … };
}
#endif