chromium/chrome/browser/ui/find_bar/find_bar_state_factory.cc

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/find_bar/find_bar_state_factory.h"

#include "chrome/browser/ui/find_bar/find_bar_state.h"

// static
FindBarState* FindBarStateFactory::GetForBrowserContext(
    content::BrowserContext* context) {}

// static
FindBarStateFactory* FindBarStateFactory::GetInstance() {}

FindBarStateFactory::FindBarStateFactory()
    :{}

FindBarStateFactory::~FindBarStateFactory() = default;

std::unique_ptr<KeyedService>
FindBarStateFactory::BuildServiceInstanceForBrowserContext(
    content::BrowserContext* context) const {}