Merge \\\"Fix google-explicit-constructor warnings in bootable/recovery.\\\" am: a9f648f010 am: 8e6e4bc979
am: a4cd854625
Change-Id: I9a96354f55fc2594826f9e54ae9567a02ee4bc95
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
class Device {
|
class Device {
|
||||||
public:
|
public:
|
||||||
Device(RecoveryUI* ui) : ui_(ui) { }
|
explicit Device(RecoveryUI* ui) : ui_(ui) { }
|
||||||
virtual ~Device() { }
|
virtual ~Device() { }
|
||||||
|
|
||||||
// Called to obtain the UI object that should be used to display
|
// Called to obtain the UI object that should be used to display
|
||||||
|
|||||||
Reference in New Issue
Block a user