// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_WEB_MODAL_TEST_WEB_CONTENTS_MODAL_DIALOG_HOST_H_ #define COMPONENTS_WEB_MODAL_TEST_WEB_CONTENTS_MODAL_DIALOG_HOST_H_ #include "components/web_modal/web_contents_modal_dialog_host.h" #include "base/compiler_specific.h" #include "ui/gfx/geometry/size.h" #include "ui/gfx/native_widget_types.h" namespace web_modal { class TestWebContentsModalDialogHost : public WebContentsModalDialogHost { … }; } // namespace web_modal #endif // COMPONENTS_WEB_MODAL_TEST_WEB_CONTENTS_MODAL_DIALOG_HOST_H_