// 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. #include "components/favicon/content/large_icon_service_getter.h" #include "base/no_destructor.h" namespace favicon { namespace { LargeIconServiceGetter* GetGetter() { … } } // namespace void SetLargeIconServiceGetter(const LargeIconServiceGetter& getter) { … } // static LargeIconService* GetLargeIconService(content::BrowserContext* context) { … } } // namespace favicon