#ifndef CONTENT_PUBLIC_BROWSER_CONTENT_INDEX_CONTEXT_H_
#define CONTENT_PUBLIC_BROWSER_CONTENT_INDEX_CONTEXT_H_
#include <optional>
#include <string>
#include <vector>
#include "base/functional/callback_forward.h"
#include "content/common/content_export.h"
#include "content/public/browser/content_index_provider.h"
#include "third_party/blink/public/mojom/content_index/content_index.mojom.h"
class SkBitmap;
namespace url {
class Origin;
}
namespace content {
class CONTENT_EXPORT ContentIndexContext { … };
}
#endif