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

Unified Diff: device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h

Issue 1920693002: Complete //device/bt implementation for hosting local GATT attributes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h
diff --git a/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h b/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h
index ca8b52e07a8c821c6e008ee3a201c519f91bcf9a..7337a9462d677e52a3630187e81532550f58c2b4 100644
--- a/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h
+++ b/device/bluetooth/dbus/fake_bluetooth_gatt_service_service_provider.h
@@ -27,7 +27,7 @@ class DEVICE_BLUETOOTH_EXPORT FakeBluetoothGattServiceServiceProvider
const std::vector<dbus::ObjectPath>& includes);
~FakeBluetoothGattServiceServiceProvider() override;
- const dbus::ObjectPath& object_path() const { return object_path_; }
+ const dbus::ObjectPath& object_path() const override;
const std::string& uuid() const { return uuid_; }
private:

Powered by Google App Engine
This is Rietveld 408576698