chromium/chrome/browser/share/share_attempt.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/share/share_attempt.h"

#include "chrome/browser/favicon/favicon_utils.h"
#include "content/public/browser/web_contents.h"
#include "ui/base/models/image_model.h"

namespace share {

ShareAttempt::ShareAttempt(content::WebContents* contents)
    :{}
ShareAttempt::ShareAttempt(content::WebContents* contents,
                           std::u16string title,
                           GURL url,
                           ui::ImageModel preview_image)
    :{}

ShareAttempt::~ShareAttempt() = default;

ShareAttempt::ShareAttempt(const ShareAttempt&) = default;

}  // namespace share