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

Unified Diff: base/crypto/secure_hash.h

Issue 6747014: Base: Last set of files to use BASE_API (for base.dll) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 9 months 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
Index: base/crypto/secure_hash.h
===================================================================
--- base/crypto/secure_hash.h (revision 79303)
+++ base/crypto/secure_hash.h (working copy)
@@ -6,13 +6,14 @@
#define BASE_CRYPTO_SECURE_HASH_H_
#pragma once
+#include "base/base_api.h"
#include "base/basictypes.h"
namespace base {
// A wrapper to calculate secure hashes incrementally, allowing to
// be used when the full input is not known in advance.
-class SecureHash {
+class BASE_API SecureHash {
public:
enum Algorithm {
SHA256,

Powered by Google App Engine
This is Rietveld 408576698