#ifndef CHROME_BROWSER_ENTERPRISE_PROFILE_MANAGEMENT_OIDC_AUTH_RESPONSE_CAPTURE_NAVIGATION_THROTTLE_H_
#define CHROME_BROWSER_ENTERPRISE_PROFILE_MANAGEMENT_OIDC_AUTH_RESPONSE_CAPTURE_NAVIGATION_THROTTLE_H_
#include <memory>
#include "base/memory/weak_ptr.h"
#include "chrome/browser/profiles/profile_attributes_entry.h"
#include "components/url_matcher/url_matcher.h"
#include "content/public/browser/navigation_throttle.h"
#include "services/data_decoder/public/cpp/data_decoder.h"
namespace content {
class NavigationHandle;
}
namespace profile_management {
class OidcAuthResponseCaptureNavigationThrottle
: public content::NavigationThrottle { … };
}
#endif