// 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_TRANSLATE_CORE_BROWSER_TRANSLATE_LANGUAGE_LIST_H_ #define COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_LANGUAGE_LIST_H_ #include <memory> #include <string> #include <string_view> #include <vector> #include "base/callback_list.h" #include "base/gtest_prod_util.h" #include "base/time/time.h" class GURL; namespace translate { struct TranslateEventDetails; class TranslateURLFetcher; // The TranslateLanguageList class is responsible for maintaining the latest // supporting language list. class TranslateLanguageList { … }; } // namespace translate #endif // COMPONENTS_TRANSLATE_CORE_BROWSER_TRANSLATE_LANGUAGE_LIST_H_