Merge "Fix google-explicit-constructor warnings." am: e218406 am: e44c337
am: 9976622
* commit '997662290cae89be86c7b3a7264e27d896c1d96c':
Fix google-explicit-constructor warnings.
Change-Id: I79a2342614a4dedba0968d9b3c663abefe76bfd0
diff --git a/keystore/IKeystoreService.cpp b/keystore/IKeystoreService.cpp
index 384e423..fc2280e 100644
--- a/keystore/IKeystoreService.cpp
+++ b/keystore/IKeystoreService.cpp
@@ -455,7 +455,7 @@
class BpKeystoreService: public BpInterface<IKeystoreService>
{
public:
- BpKeystoreService(const sp<IBinder>& impl)
+ explicit BpKeystoreService(const sp<IBinder>& impl)
: BpInterface<IKeystoreService>(impl)
{
}