Index: components/proximity_auth/proximity_monitor_impl.cc |
diff --git a/components/proximity_auth/proximity_monitor_impl.cc b/components/proximity_auth/proximity_monitor_impl.cc |
index cf908b47e9b53e5f336cea7d07133be7f445c442..dce7cb086d1d333e0b7635868e7cef59818f5811 100644 |
--- a/components/proximity_auth/proximity_monitor_impl.cc |
+++ b/components/proximity_auth/proximity_monitor_impl.cc |
@@ -33,7 +33,7 @@ const int kRssiThreshold = -5; |
const double kRssiSampleWeight = 0.3; |
ProximityMonitorImpl::ProximityMonitorImpl( |
- const RemoteDevice& remote_device, |
+ const cryptauth::RemoteDevice& remote_device, |
std::unique_ptr<base::TickClock> clock) |
: remote_device_(remote_device), |
strategy_(Strategy::NONE), |