// 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_TRANSLATE_TRANSLATE_LANGUAGE_LIST_MODEL_H_ #define CHROME_BROWSER_UI_TRANSLATE_TRANSLATE_LANGUAGE_LIST_MODEL_H_ #include <string> // The model for the language lists used in the Full and Partial Translate // bubble UXs. class TranslateLanguageListModel { … }; #endif // CHROME_BROWSER_UI_TRANSLATE_TRANSLATE_LANGUAGE_LIST_MODEL_H_