#ifndef COMPONENTS_PREFS_OVERLAY_USER_PREF_STORE_H_
#define COMPONENTS_PREFS_OVERLAY_USER_PREF_STORE_H_
#include <stdint.h>
#include <map>
#include <string_view>
#include "base/memory/ref_counted.h"
#include "base/observer_list.h"
#include "base/values.h"
#include "components/prefs/persistent_pref_store.h"
#include "components/prefs/pref_name_set.h"
#include "components/prefs/pref_value_map.h"
#include "components/prefs/prefs_export.h"
class COMPONENTS_PREFS_EXPORT OverlayUserPrefStore
: public PersistentPrefStore { … };
#endif