chromium/chrome/browser/apps/link_capturing/apps_intent_picker_delegate.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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 content

namespace apps {

IntentPickerAppsCallback;

IconLoadedCallback;

class AppsIntentPickerDelegate {};

}  // namespace apps

#endif  // CHROME_BROWSER_APPS_LINK_CAPTURING_APPS_INTENT_PICKER_DELEGATE_H_