#include "chrome/browser/data_sharing/desktop/data_sharing_ui_delegate_desktop.h"
#include "chrome/browser/data_sharing/data_sharing_service_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/ui/browser_finder.h"
#include "chrome/browser/ui/views/data_sharing/data_sharing_bubble_controller.h"
#include "components/data_sharing/public/data_sharing_service.h"
#include "url/gurl.h"
namespace data_sharing {
DataSharingUIDelegateDesktop::DataSharingUIDelegateDesktop(Profile* profile)
: … { … }
DataSharingUIDelegateDesktop::~DataSharingUIDelegateDesktop() = default;
void DataSharingUIDelegateDesktop::HandleShareURLIntercepted(const GURL& url) { … }
}