#ifndef CHROME_BROWSER_UI_SHARING_HUB_SCREENSHOT_SCREENSHOT_CAPTURED_BUBBLE_CONTROLLER_H_
#define CHROME_BROWSER_UI_SHARING_HUB_SCREENSHOT_SCREENSHOT_CAPTURED_BUBBLE_CONTROLLER_H_
#include <vector>
#include "content/public/browser/web_contents_user_data.h"
class Browser;
namespace content {
class WebContents;
}
namespace image_editor {
struct ScreenshotCaptureResult;
class ScreenshotFlow;
}
namespace sharing_hub {
class ScreenshotCapturedBubbleController
: public content::WebContentsUserData<ScreenshotCapturedBubbleController> { … };
}
#endif