// 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 COMPONENTS_FAVICON_CORE_FAVICON_BACKEND_DELEGATE_H_ #define COMPONENTS_FAVICON_CORE_FAVICON_BACKEND_DELEGATE_H_ #include <vector> class GURL; namespace favicon { class FaviconBackendDelegate { … }; } // namespace favicon #endif // COMPONENTS_FAVICON_CORE_FAVICON_BACKEND_DELEGATE_H_