chromium/chrome/browser/font_pref_change_notifier_unittest.cc

// Copyright 2017 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/font_pref_change_notifier.h"
#include "base/functional/bind.h"
#include "chrome/common/pref_names_util.h"
#include "components/prefs/pref_registry_simple.h"
#include "components/prefs/testing_pref_service.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace {

void AppendString(std::vector<std::string>* vect, const std::string& str) {}

}  // namespace

TEST(FontPrefChangeNotifier, Registrars) {}