#ifndef CHROME_BROWSER_APPS_LINK_CAPTURING_APPS_INTENT_PICKER_DELEGATE_H_
#define CHROME_BROWSER_APPS_LINK_CAPTURING_APPS_INTENT_PICKER_DELEGATE_H_
#include <string>
#include <vector>
#include "base/functional/callback_forward.h"
#include "chrome/browser/apps/link_capturing/intent_picker_info.h"
#include "chrome/browser/apps/link_capturing/metrics/intent_handling_metrics.h"
#include "ui/base/models/image_model.h"
#include "url/gurl.h"
namespace content {
class WebContents;
}
namespace apps {
IntentPickerAppsCallback;
IconLoadedCallback;
class AppsIntentPickerDelegate { … };
}
#endif