// Copyright 2020 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_EXTENSIONS_SETTINGS_OVERRIDDEN_DIALOG_CONTROLLER_H_ #define CHROME_BROWSER_UI_EXTENSIONS_SETTINGS_OVERRIDDEN_DIALOG_CONTROLLER_H_ #include <string> #include "base/memory/raw_ptr.h" namespace gfx { struct VectorIcon; } // The controller for the SettingsOverriddenDialog. This class is responsible // for both providing the display information (ShowParams) as well as handling // the result of the dialog (i.e., the user input). class SettingsOverriddenDialogController { … }; #endif // CHROME_BROWSER_UI_EXTENSIONS_SETTINGS_OVERRIDDEN_DIALOG_CONTROLLER_H_