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

This commit is contained in:
Treehugger Robot
2016-06-29 23:06:33 +00:00
committed by Gerrit Code Review

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