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

Unified Diff: device/bluetooth/bluetooth_device_win.cc

Issue 1099383002: Change ScopedPtrHashMap's 2nd template parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 | « content/test/mock_webblob_registry_impl.h ('k') | media/base/cdm_promise_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_device_win.cc
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc
index 1c5cf3c2e952a318907480dfb269b6dadca1f5d5..6fdce63c2dc14819f002092243d6fa4afbb28679 100644
--- a/device/bluetooth/bluetooth_device_win.cc
+++ b/device/bluetooth/bluetooth_device_win.cc
@@ -89,8 +89,8 @@ bool BluetoothDeviceWin::IsEqual(
// Checks service collection
typedef std::set<BluetoothUUID> UUIDSet;
- typedef base::ScopedPtrHashMap<std::string, BluetoothServiceRecordWin>
- ServiceRecordMap;
+ typedef base::ScopedPtrHashMap<
+ std::string, scoped_ptr<BluetoothServiceRecordWin>> ServiceRecordMap;
UUIDSet known_services;
for (UUIDList::const_iterator iter = uuids_.begin(); iter != uuids_.end();
« no previous file with comments | « content/test/mock_webblob_registry_impl.h ('k') | media/base/cdm_promise_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698