blob: f9753b6a7b8cae3744af76ba8702db23e67cacc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- net/http/http_network_session.cc.orig 2024-10-16 21:31:36 UTC
+++ net/http/http_network_session.cc
@@ -20,7 +20,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"
|