summaryrefslogtreecommitdiffstats
path: root/crypto/encryptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/encryptor.h')
-rw-r--r--crypto/encryptor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/encryptor.h b/crypto/encryptor.h
index 0de6358..a407266 100644
--- a/crypto/encryptor.h
+++ b/crypto/encryptor.h
@@ -9,7 +9,7 @@
#include <string>
#include "base/basictypes.h"
-#include "base/scoped_ptr.h"
+#include "base/memory/scoped_ptr.h"
#include "base/string_piece.h"
#include "build/build_config.h"
#include "crypto/crypto_export.h"
@@ -35,7 +35,7 @@ class CRYPTO_EXPORT Encryptor {
// Only 128-bits counter is supported in this class.
class Counter {
public:
- Counter(const base::StringPiece& counter);
+ explicit Counter(const base::StringPiece& counter);
~Counter();
// Increment the counter value.