#ifndef CHROME_BROWSER_SAFE_BROWSING_NETWORK_CONTEXT_SERVICE_H_
#define CHROME_BROWSER_SAFE_BROWSING_NETWORK_CONTEXT_SERVICE_H_
#include <memory>
#include "chrome/browser/net/proxy_config_monitor.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/safe_browsing/content/browser/safe_browsing_network_context.h"
#include "services/network/public/mojom/network_context.mojom.h"
class Profile;
namespace safe_browsing {
class NetworkContextService : public KeyedService { … };
}
#endif