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

Unified Diff: components/proximity_auth/fake_connection.cc

Issue 1372283002: Hook up ProximityAuthSystem in EasyUnlockService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@bluetooth_connection
Patch Set: remove log Created 5 years, 3 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: components/proximity_auth/fake_connection.cc
diff --git a/components/proximity_auth/fake_connection.cc b/components/proximity_auth/fake_connection.cc
index 68ddae593257d94d9aae3d5376a3ac2e58160d1a..1c9261de6d0a9eb02511dc6bf7996df3be74503a 100644
--- a/components/proximity_auth/fake_connection.cc
+++ b/components/proximity_auth/fake_connection.cc
@@ -9,7 +9,7 @@
namespace proximity_auth {
FakeConnection::FakeConnection(const RemoteDevice& remote_device)
- : Connection(RemoteDevice()) {
+ : Connection(remote_device) {
Connect();
}
« no previous file with comments | « components/proximity_auth/cryptauth/cryptauth_device_manager_unittest.cc ('k') | components/proximity_auth/messenger_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698