blob: e64d72d9158c9a3af5e9aaa0d5071b09513d226d [file] [log] [blame]
// 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.
#include "chrome/browser/compose/mock_chrome_compose_client.h"
MockChromeComposeClient::MockChromeComposeClient(
content::WebContents* web_contents)
: ChromeComposeClient(web_contents) {}
MockChromeComposeClient::~MockChromeComposeClient() = default;