summaryrefslogtreecommitdiffstats
path: root/crypto/secure_hash_default.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/secure_hash_default.cc')
-rw-r--r--crypto/secure_hash_default.cc4
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 {