#ifndef CHROME_BROWSER_ACCESSIBILITY_PAGE_COLORS_H_
#define CHROME_BROWSER_ACCESSIBILITY_PAGE_COLORS_H_
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "base/scoped_observation.h"
#include "build/build_config.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/prefs/pref_change_registrar.h"
#include "ui/native_theme/native_theme.h"
namespace user_prefs {
class PrefRegistrySyncable;
}
class PageColors : public KeyedService, public ui::NativeThemeObserver { … };
#endif