blob: 48a6387578687cb6a996c38d4317f4cb9a91ff9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- net/http/http_network_session.cc.orig 2025-06-30 07:04:30 UTC
+++ net/http/http_network_session.cc
@@ -21,7 +21,9 @@
#include "build/build_config.h"
#include "net/base/features.h"
#include "net/dns/host_resolver.h"
+#if defined(USE_KERBEROS)
#include "net/http/http_auth_handler_factory.h"
+#endif
#include "net/http/http_response_body_drainer.h"
#include "net/http/http_stream_factory.h"
#include "net/http/http_stream_pool.h"
|