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

Unified Diff: chromeos/components/tether/ble_advertiser.h

Issue 2847233003: [EasyUnlock] Move DataWithTimestamp out of ForegroundEidGenerator so it can be shared. (Closed)
Patch Set: fixes Created 3 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 | « no previous file | chromeos/components/tether/ble_advertiser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/components/tether/ble_advertiser.h
diff --git a/chromeos/components/tether/ble_advertiser.h b/chromeos/components/tether/ble_advertiser.h
index fcc10f56b5d12d7ed69ab3eb504f3c4c3bf272e2..c7c25f7e0e33d9f6500f9a8b5ebe78102547dad5 100644
--- a/chromeos/components/tether/ble_advertiser.h
+++ b/chromeos/components/tether/ble_advertiser.h
@@ -70,8 +70,7 @@ class BleAdvertiser {
public:
IndividualAdvertisement(
scoped_refptr<device::BluetoothAdapter> adapter,
- std::unique_ptr<cryptauth::ForegroundEidGenerator::DataWithTimestamp>
- advertisement_data,
+ std::unique_ptr<cryptauth::DataWithTimestamp> advertisement_data,
std::shared_ptr<BleAdvertisementUnregisterHandler> unregister_handler);
// device::BluetoothAdapter::Observer
@@ -104,8 +103,7 @@ class BleAdvertiser {
scoped_refptr<device::BluetoothAdapter> adapter_;
bool is_initializing_advertising_;
- std::unique_ptr<cryptauth::ForegroundEidGenerator::DataWithTimestamp>
- advertisement_data_;
+ std::unique_ptr<cryptauth::DataWithTimestamp> advertisement_data_;
std::shared_ptr<BleAdvertisementUnregisterHandler> unregister_handler_;
scoped_refptr<device::BluetoothAdvertisement> advertisement_;
« no previous file with comments | « no previous file | chromeos/components/tether/ble_advertiser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698