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

Unified Diff: device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h

Issue 2653273005: Bluetooth: macOS: Spelling consistency (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
diff --git a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
index ca3aa3000cb4ef9806996c163ed5005d7676782c..01aed06eddba3f0670040deaa96594afdbab4f58 100644
--- a/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
+++ b/device/bluetooth/bluetooth_remote_gatt_characteristic_mac.h
@@ -123,9 +123,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothRemoteGattCharacteristicMac
// WriteRemoteCharacteristic request callbacks.
std::pair<base::Closure, ErrorCallback> write_characteristic_value_callbacks_;
// Stores SubscribeToNotifications request callbacks.
- typedef std::pair<base::Closure, ErrorCallback> PendingNotifyCallback;
- // Stores SubscribeToNotifications request callback.
- PendingNotifyCallback subscribe_to_notification_callback_;
+ typedef std::pair<base::Closure, ErrorCallback> PendingNotifyCallbacks;
+ // Stores SubscribeToNotifications request callbacks.
+ PendingNotifyCallbacks subscribe_to_notification_callbacks_;
// Map of descriptors, keyed by descriptor identifier.
std::unordered_map<std::string,
std::unique_ptr<BluetoothRemoteGattDescriptorMac>>
« no previous file with comments | « no previous file | device/bluetooth/bluetooth_remote_gatt_characteristic_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698