#ifndef CHROME_BROWSER_UI_VIEWS_SEND_TAB_TO_SELF_SEND_TAB_TO_SELF_BUBBLE_DEVICE_BUTTON_H_
#define CHROME_BROWSER_UI_VIEWS_SEND_TAB_TO_SELF_SEND_TAB_TO_SELF_BUBBLE_DEVICE_BUTTON_H_
#include <string>
#include "base/functional/bind.h"
#include "chrome/browser/ui/views/controls/hover_button.h"
#include "components/sync_device_info/device_info.h"
#include "ui/base/metadata/metadata_header_macros.h"
namespace send_tab_to_self {
class SendTabToSelfDevicePickerBubbleView;
struct TargetDeviceInfo;
class SendTabToSelfBubbleDeviceButton : public HoverButton { … };
}
#endif