Merge "Fix google-explicit-constructor warnings."
am: e218406
* commit 'e21840600ce3c33696f8eecd07e0ae6e84699f56':
Fix google-explicit-constructor warnings.
Change-Id: Ic2ac1a5556d2fc746e1b50b11936d9a536783ae0
diff --git a/keystore/IKeystoreService.cpp b/keystore/IKeystoreService.cpp
index 2753627..635d3a7 100644
--- a/keystore/IKeystoreService.cpp
+++ b/keystore/IKeystoreService.cpp
@@ -456,7 +456,7 @@
class BpKeystoreService: public BpInterface<IKeystoreService>
{
public:
- BpKeystoreService(const sp<IBinder>& impl)
+ explicit BpKeystoreService(const sp<IBinder>& impl)
: BpInterface<IKeystoreService>(impl)
{
}