Merge \"Fix google-explicit-constructor warnings in bootable/recovery.\"

am: a9f648f010

Change-Id: I7912c46384c2acef90fcd517d709449148f0b9db
This commit is contained in:
Chih-Hung Hsieh
2016-06-29 23:11:45 +00:00
committed by android-build-merger

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