Index: crypto/openpgp_symmetric_encryption.cc |
diff --git a/crypto/openpgp_symmetric_encryption.cc b/crypto/openpgp_symmetric_encryption.cc |
index 702952b018719e8e6f8c04f128899d0c07cbfbca..a652d07f86320ea11d56db97ff331b53b3ad482e 100644 |
--- a/crypto/openpgp_symmetric_encryption.cc |
+++ b/crypto/openpgp_symmetric_encryption.cc |
@@ -24,7 +24,7 @@ namespace { |
// while advancing the StringPiece. |
class Reader { |
public: |
- Reader(base::StringPiece input) |
+ explicit Reader(base::StringPiece input) |
: data_(input) { |
} |