#ifndef CHROME_BROWSER_APPS_LINK_CAPTURING_ENABLE_LINK_CAPTURING_INFOBAR_DELEGATE_H_
#define CHROME_BROWSER_APPS_LINK_CAPTURING_ENABLE_LINK_CAPTURING_INFOBAR_DELEGATE_H_
#include <memory>
#include <string>
#include "base/memory/raw_ref.h"
#include "components/infobars/core/confirm_infobar_delegate.h"
#include "components/webapps/common/web_app_id.h"
class Profile;
namespace infobars {
class InfoBar;
}
namespace content {
class WebContents;
}
namespace gfx {
struct VectorIcon;
}
namespace web_app {
class WebAppProvider;
}
namespace apps {
class EnableLinkCapturingInfoBarDelegate : public ConfirmInfoBarDelegate { … };
}
#endif