Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: crypto/hmac_win.cc

Issue 8538025: Rename crypto/third_party/nss headers to avoid mixups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/secure_hash_default.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/hmac_win.cc
diff --git a/crypto/hmac_win.cc b/crypto/hmac_win.cc
index 34facc582119c7b02e3ffab33edf89cc070c0bd7..3522bed2934845cb7bb1bfdeeb16b73ed9aec1fe 100644
--- a/crypto/hmac_win.cc
+++ b/crypto/hmac_win.cc
@@ -12,8 +12,8 @@
#include "base/logging.h"
#include "crypto/scoped_capi_types.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 {
« no previous file with comments | « crypto/crypto.gyp ('k') | crypto/secure_hash_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698