// 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 CHROME_BROWSER_UI_TEST_TEST_CONFIRM_BUBBLE_MODEL_H_ #define CHROME_BROWSER_UI_TEST_TEST_CONFIRM_BUBBLE_MODEL_H_ #include "base/memory/raw_ptr.h" #include "chrome/browser/ui/confirm_bubble_model.h" #include "ui/base/mojom/dialog_button.mojom.h" // A test version of the model for confirmation bubbles. class TestConfirmBubbleModel : public ConfirmBubbleModel { … }; #endif // CHROME_BROWSER_UI_TEST_TEST_CONFIRM_BUBBLE_MODEL_H_