Index: components/proximity_auth/messenger_impl_unittest.cc |
diff --git a/components/proximity_auth/messenger_impl_unittest.cc b/components/proximity_auth/messenger_impl_unittest.cc |
index 64ce47905d49352b768377f80f8778b3aaafbfb6..53a144f4fedccf7a57d1d1790c2bf7f1d820cc81 100644 |
--- a/components/proximity_auth/messenger_impl_unittest.cc |
+++ b/components/proximity_auth/messenger_impl_unittest.cc |
@@ -10,7 +10,6 @@ |
#include "components/proximity_auth/connection.h" |
#include "components/proximity_auth/fake_connection.h" |
#include "components/proximity_auth/messenger_observer.h" |
-#include "components/proximity_auth/proximity_auth_test_util.h" |
#include "components/proximity_auth/remote_device.h" |
#include "components/proximity_auth/remote_status_update.h" |
#include "components/proximity_auth/secure_context.h" |
@@ -93,8 +92,7 @@ |
class TestMessenger : public MessengerImpl { |
public: |
TestMessenger() |
- : MessengerImpl(make_scoped_ptr(new FakeConnection( |
- CreateClassicRemoteDeviceForTest())), |
+ : MessengerImpl(make_scoped_ptr(new FakeConnection(RemoteDevice())), |
make_scoped_ptr(new NiceMock<MockSecureContext>())) {} |
~TestMessenger() override {} |