#ifndef CHROME_BROWSER_STORAGE_ACCESS_API_STORAGE_ACCESS_HEADER_SERVICE_H_
#define CHROME_BROWSER_STORAGE_ACCESS_API_STORAGE_ACCESS_HEADER_SERVICE_H_
#include "components/content_settings/core/browser/host_content_settings_map.h"
#include "components/keyed_service/core/keyed_service.h"
#include "content/public/browser/origin_trial_status_change_details.h"
#include "content/public/browser/origin_trials_controller_delegate.h"
#include "content/public/browser/web_contents_observer.h"
#include "content/public/browser/web_contents_user_data.h"
namespace storage_access_api::trial {
class StorageAccessHeaderService
: public content::OriginTrialsControllerDelegate::Observer,
public KeyedService { … };
}
#endif