// 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_INCOGNITO_CLEAR_BROWSING_DATA_DIALOG_INTERFACE_H_ #define CHROME_BROWSER_UI_INCOGNITO_CLEAR_BROWSING_DATA_DIALOG_INTERFACE_H_ // Abstract class which facilitate communication between clients in // chrome/browser/ui/* and its implementation IncognitoClearBrowsingDataDialog // in chrome/browser/ui/views/. class IncognitoClearBrowsingDataDialogInterface { … }; #endif // CHROME_BROWSER_UI_INCOGNITO_CLEAR_BROWSING_DATA_DIALOG_INTERFACE_H_