| Index: net/http/http_auth_handler_factory.cc
|
| diff --git a/net/http/http_auth_handler_factory.cc b/net/http/http_auth_handler_factory.cc
|
| index fcf2e452d2a252ac23c45655b4650d0f57dcbf3c..6a6b574a44a2469aebaa421d942e34f6022d3c13 100644
|
| --- a/net/http/http_auth_handler_factory.cc
|
| +++ b/net/http/http_auth_handler_factory.cc
|
| @@ -10,10 +10,11 @@
|
| #include "net/http/http_auth_filter.h"
|
| #include "net/http/http_auth_handler_basic.h"
|
| #include "net/http/http_auth_handler_digest.h"
|
| +#include "net/http/http_auth_handler_ntlm.h"
|
| +
|
| #if defined(USE_KERBEROS)
|
| #include "net/http/http_auth_handler_negotiate.h"
|
| #endif
|
| -#include "net/http/http_auth_handler_ntlm.h"
|
|
|
| namespace net {
|
|
|
|
|