#ifndef CONTENT_PUBLIC_BROWSER_CONTENT_INDEX_PROVIDER_H_
#define CONTENT_PUBLIC_BROWSER_CONTENT_INDEX_PROVIDER_H_
#include <string>
#include <vector>
#include "base/time/time.h"
#include "content/common/content_export.h"
#include "third_party/blink/public/mojom/content_index/content_index.mojom.h"
#include "ui/gfx/geometry/size.h"
#include "url/gurl.h"
namespace url {
class Origin;
}
namespace content {
struct CONTENT_EXPORT ContentIndexEntry { … };
class CONTENT_EXPORT ContentIndexProvider { … };
}
#endif