// Copyright 2012 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef UI_WEB_DIALOGS_TEST_TEST_WEB_DIALOG_DELEGATE_H_ #define UI_WEB_DIALOGS_TEST_TEST_WEB_DIALOG_DELEGATE_H_ #include <string> #include "base/memory/raw_ptr.h" #include "ui/base/mojom/ui_base_types.mojom-shared.h" #include "ui/gfx/geometry/size.h" #include "ui/web_dialogs/web_dialog_delegate.h" #include "url/gurl.h" namespace ui { namespace test { class TestWebDialogDelegate : public WebDialogDelegate { … }; } // namespace test } // namespace ui #endif // UI_WEB_DIALOGS_TEST_TEST_WEB_DIALOG_DELEGATE_H_