diff options
Diffstat (limited to 'net/http/des.cc')
-rw-r--r-- | net/http/des.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/des.cc b/net/http/des.cc index 0f89029..9e56a70 100644 --- a/net/http/des.cc +++ b/net/http/des.cc @@ -16,7 +16,7 @@ #include "base/logging.h" #if defined(OS_LINUX) -#include "base/nss_init.h" +#include "base/nss_util.h" #endif // The Mac and Windows (CryptoAPI) versions of DESEncrypt are our own code. |