diff options
author | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 01:36:45 +0000 |
---|---|---|
committer | mattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-15 01:36:45 +0000 |
commit | e3ff8ee22b683f1b7753a2246265e393e9b0ad44 (patch) | |
tree | 6b2721d7c488e63b4311d5cc4d610d19afabda1f /crypto/secure_hash_default.cc | |
parent | 8178dddb833bfdf62ba646d50a3eb62f05b68783 (diff) | |
download | chromium_src-e3ff8ee22b683f1b7753a2246265e393e9b0ad44.zip chromium_src-e3ff8ee22b683f1b7753a2246265e393e9b0ad44.tar.gz chromium_src-e3ff8ee22b683f1b7753a2246265e393e9b0ad44.tar.bz2 |
Rename crypto/third_party/nss headers to avoid mixups.
When trying to include the real NSS headers from other files under
crypto/third_party/nss, the local versions would get used on the MSVS
build.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8538025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110009 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/secure_hash_default.cc')
-rw-r--r-- | crypto/secure_hash_default.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/secure_hash_default.cc b/crypto/secure_hash_default.cc index b24221b..d85754a 100644 --- a/crypto/secure_hash_default.cc +++ b/crypto/secure_hash_default.cc @@ -5,8 +5,8 @@ #include "crypto/secure_hash.h" #include "base/logging.h" -#include "crypto/third_party/nss/blapi.h" -#include "crypto/third_party/nss/sha256.h" +#include "crypto/third_party/nss/chromium-blapi.h" +#include "crypto/third_party/nss/chromium-sha256.h" namespace crypto { |