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

am: 8e6e4bc979

Change-Id: Ie8f8df0583cda672e8467c6ed8dadeee888342b8
This commit is contained in:
Chih-Hung Hsieh
2016-06-29 23:14:07 +00:00
committed by android-build-merger
+1 -1
View File
@@ -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