chromium/components/sync_preferences/pref_service_mock_factory.cc

// Copyright 2013 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/sync_preferences/pref_service_mock_factory.h"

#include "components/prefs/testing_pref_store.h"

namespace sync_preferences {

PrefServiceMockFactory::PrefServiceMockFactory() {}

PrefServiceMockFactory::~PrefServiceMockFactory() = default;

}  // namespace sync_preferences