chromium/chrome/browser/favicon/chrome_favicon_client.h

// Copyright 2014 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_FAVICON_CHROME_FAVICON_CLIENT_H_
#define CHROME_BROWSER_FAVICON_CHROME_FAVICON_CLIENT_H_

#include "base/memory/raw_ptr.h"
#include "components/favicon/core/favicon_client.h"

class GURL;
class Profile;

// ChromeFaviconClient implements the the FaviconClient interface.
class ChromeFaviconClient : public favicon::FaviconClient {};

#endif  // CHROME_BROWSER_FAVICON_CHROME_FAVICON_CLIENT_H_