chromium/chrome/browser/ui/commerce/mock_commerce_ui_tab_helper.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_COMMERCE_MOCK_COMMERCE_UI_TAB_HELPER_H_
#define CHROME_BROWSER_UI_COMMERCE_MOCK_COMMERCE_UI_TAB_HELPER_H_

#include "chrome/browser/ui/commerce/commerce_ui_tab_helper.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace content {
class WebContents;
}  // namespace content

namespace views {
class View;
}  // namespace views

class MockCommerceUiTabHelper : public commerce::CommerceUiTabHelper {};

#endif  // CHROME_BROWSER_UI_COMMERCE_MOCK_COMMERCE_UI_TAB_HELPER_H_