Index: device/bluetooth/bluetooth_low_energy_win.cc |
diff --git a/device/bluetooth/bluetooth_low_energy_win.cc b/device/bluetooth/bluetooth_low_energy_win.cc |
index 44eefbf9019d21955f65a6fb797780feb98f1e7c..41cf26def9077a0e928d8a65919753d10a69d083 100644 |
--- a/device/bluetooth/bluetooth_low_energy_win.cc |
+++ b/device/bluetooth/bluetooth_low_energy_win.cc |
@@ -49,7 +49,7 @@ class DeviceInfoSetTraits { |
}; |
typedef base::win::GenericScopedHandle<DeviceInfoSetTraits, |
- base::win::VerifierTraits> |
+ base::win::DummyVerifierTraits> |
ScopedDeviceInfoSetHandle; |
bool StringToBluetoothAddress(const std::string& value, |