Chromium Code Reviews| Index: components/proximity_auth/remote_device.h |
| diff --git a/components/proximity_auth/remote_device.h b/components/proximity_auth/remote_device.h |
| index 354b6b8598e704877ed9bf37aef280b2a74ec488..b36c61671f2a0e86fb3e29d0ca0dc99a91da3aea 100644 |
| --- a/components/proximity_auth/remote_device.h |
| +++ b/components/proximity_auth/remote_device.h |
| @@ -12,6 +12,7 @@ namespace proximity_auth { |
| struct RemoteDevice { |
| std::string name; |
| + std::string bluetooth_address; |
| }; |
| } // namespace proximity_auth |