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

Unified Diff: device/bluetooth/bluetooth_low_energy_win.cc

Issue 1121233003: Replacing VerifierTraits with DummyVerifierTraits for non-kernel handles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « base/win/scoped_hdc.h ('k') | printing/backend/win_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « base/win/scoped_hdc.h ('k') | printing/backend/win_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698