chromium/chrome/browser/ui/views/webid/fake_delegate.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_WEBID_FAKE_DELEGATE_H_
#define CHROME_BROWSER_UI_VIEWS_WEBID_FAKE_DELEGATE_H_

#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/webid/account_selection_view.h"
#include "ui/gfx/native_widget_types.h"

class FakeDelegate : public AccountSelectionView::Delegate {};

#endif  // CHROME_BROWSER_UI_VIEWS_WEBID_FAKE_DELEGATE_H_