// 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. #ifndef COMPONENTS_WEB_RESOURCE_RESOURCE_REQUEST_ALLOWED_NOTIFIER_H_ #define COMPONENTS_WEB_RESOURCE_RESOURCE_REQUEST_ALLOWED_NOTIFIER_H_ #include <memory> #include "base/feature_list.h" #include "base/memory/raw_ptr.h" #include "components/web_resource/eula_accepted_notifier.h" #include "services/network/public/cpp/network_connection_tracker.h" class PrefService; web_resource // namespace web_resource #endif // COMPONENTS_WEB_RESOURCE_RESOURCE_REQUEST_ALLOWED_NOTIFIER_H_