Fix google-explicit-constructor warnings in bootable/recovery.

Bug: 28341362
Change-Id: I4c3ab0ad0f62f8f3a6f3b30771010533a2739381
Test: build with clang-tidy
This commit is contained in:
Chih-Hung Hsieh
2016-06-29 15:01:19 -07:00
parent a49c8a19da
commit c27098d467
+1 -1
View File
@@ -21,7 +21,7 @@
class Device {
public:
Device(RecoveryUI* ui) : ui_(ui) { }
explicit Device(RecoveryUI* ui) : ui_(ui) { }
virtual ~Device() { }
// Called to obtain the UI object that should be used to display