chromium/components/favicon/core/test/favicon_driver_impl_test_helper.h

// 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_TEST_FAVICON_DRIVER_IMPL_TEST_HELPER_H_
#define COMPONENTS_FAVICON_CORE_TEST_FAVICON_DRIVER_IMPL_TEST_HELPER_H_

#include "components/favicon/core/favicon_driver_observer.h"

namespace favicon {

class FaviconDriverImpl;

// Test helper for reaching into the internals of FaviconDriverImpl.
class FaviconDriverImplTestHelper {};

}  // namespace favicon

#endif  // COMPONENTS_FAVICON_CORE_TEST_FAVICON_DRIVER_IMPL_TEST_HELPER_H_