#ifndef CHROME_BROWSER_UI_VIEWS_SEND_TAB_TO_SELF_SEND_TAB_TO_SELF_BUBBLE_CONTROLLER_H_
#define CHROME_BROWSER_UI_VIEWS_SEND_TAB_TO_SELF_SEND_TAB_TO_SELF_BUBBLE_CONTROLLER_H_
#include <memory>
#include <string>
#include <vector>
#include "base/gtest_prod_util.h"
#include "base/memory/raw_ptr.h"
#include "components/send_tab_to_self/entry_point_display_reason.h"
#include "content/public/browser/web_contents_user_data.h"
class Profile;
namespace actions {
class ActionItem;
}
namespace content {
class WebContents;
}
namespace ui {
class Event;
}
namespace user_prefs {
class PrefRegistrySyncable;
}
struct AccountInfo;
namespace send_tab_to_self {
class SendTabToSelfBubbleView;
struct TargetDeviceInfo;
class SendTabToSelfBubbleController
: public content::WebContentsUserData<SendTabToSelfBubbleController> { … };
}
#endif