#include "chrome/browser/paint_preview/services/paint_preview_tab_service_file_mixin.h"
#include <string_view>
#include "components/paint_preview/browser/paint_preview_file_mixin.h"
namespace paint_preview {
PaintPreviewTabServiceFileMixin::PaintPreviewTabServiceFileMixin(
const base::FilePath& path,
std::string_view ascii_feature_name)
: … { … }
PaintPreviewTabServiceFileMixin::~PaintPreviewTabServiceFileMixin() = default;
void PaintPreviewTabServiceFileMixin::GetCapturedPaintPreviewProto(
const DirectoryKey& key,
std::optional<base::TimeDelta> expiry_horizon,
OnReadProtoCallback on_read_proto_callback) { … }
}