#ifndef CHROME_BROWSER_UI_VIEWS_SEND_TAB_TO_SELF_SEND_TAB_TO_SELF_TOOLBAR_BUBBLE_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_SEND_TAB_TO_SELF_SEND_TAB_TO_SELF_TOOLBAR_BUBBLE_VIEW_H_
#include "base/gtest_prod_util.h"
#include "base/memory/raw_ptr.h"
#include "ui/views/bubble/bubble_dialog_delegate_view.h"
class Profile;
struct NavigateParams;
namespace send_tab_to_self {
class SendTabToSelfEntry;
class SendTabToSelfToolbarIconView;
class SendTabToSelfToolbarBubbleView : public views::BubbleDialogDelegateView { … };
}
#endif