chromium/chrome/browser/compose/mock_chrome_compose_client.h

// Copyright 2023 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_COMPOSE_MOCK_CHROME_COMPOSE_CLIENT_H_
#define CHROME_BROWSER_COMPOSE_MOCK_CHROME_COMPOSE_CLIENT_H_

#include "chrome/browser/compose/chrome_compose_client.h"
#include "components/autofill/core/browser/autofill_client.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "url/gurl.h"

class MockChromeComposeClient : public ChromeComposeClient {};

#endif  // CHROME_BROWSER_COMPOSE_MOCK_CHROME_COMPOSE_CLIENT_H_