Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2230)

Unified Diff: device/u2f/u2f_hid_device.h

Issue 2763413008: Add U2F device enumeration class (Closed)
Patch Set: Fix issues causing crash Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/u2f/u2f_enumerate_unittest.cc ('k') | device/u2f/u2f_hid_device.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/u2f/u2f_hid_device.h
diff --git a/device/u2f/u2f_hid_device.h b/device/u2f/u2f_hid_device.h
index 527c0b30177d73554b328c108745ee2abbe4c3ad..e6589aaf21ddfe2e4a0086f0e654cddc13134fcc 100644
--- a/device/u2f/u2f_hid_device.h
+++ b/device/u2f/u2f_hid_device.h
@@ -23,7 +23,7 @@ class HidDeviceInfo;
class U2fHidDevice : public U2fDevice {
public:
U2fHidDevice(scoped_refptr<HidDeviceInfo>);
- ~U2fHidDevice();
+ ~U2fHidDevice() final;
// Send a U2f command to this device
void DeviceTransact(std::unique_ptr<U2fApduCommand> command,
« no previous file with comments | « device/u2f/u2f_enumerate_unittest.cc ('k') | device/u2f/u2f_hid_device.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698