chromium/chrome/browser/ui/views/shopping_bubble/shopping_prompt_impl.h

// 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.

#ifndef CHROME_BROWSER_UI_VIEWS_SHOPPING_BUBBLE_SHOPPING_PROMPT_IMPL_H_
#define CHROME_BROWSER_UI_VIEWS_SHOPPING_BUBBLE_SHOPPING_PROMPT_IMPL_H_

#include "base/memory/raw_ptr.h"
#include "components/commerce/core/shopping_prompt.h"

class LocationBarView;

namespace content {
class WebContents;
}  // namespace content

// This is the Desktop implementation. It will trigger UI to reflate additional
// shopping related info on the page/site.
class ShoppingPromptImpl : public commerce::ShoppingPrompt {};

#endif  // CHROME_BROWSER_UI_VIEWS_SHOPPING_BUBBLE_SHOPPING_PROMPT_IMPL_H_