Merge "Fix google-explicit-constructor warnings." am: e218406
am: e44c337

* commit 'e44c337371a5efbb28a4e90dd8302cde21453580':
  Fix google-explicit-constructor warnings.

Change-Id: I4f11b3d5dd790e7dbd1aad1ffe896aff26781afa
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)
     {
     }