| Index: components/proximity_auth/webui/reachable_phone_flow.cc
|
| diff --git a/components/proximity_auth/webui/reachable_phone_flow.cc b/components/proximity_auth/webui/reachable_phone_flow.cc
|
| index e15c109f9e159c7599b13d6b1d8ac911bb0cc708..c518216409de8cf803eb8c49493e2791a6816260 100644
|
| --- a/components/proximity_auth/webui/reachable_phone_flow.cc
|
| +++ b/components/proximity_auth/webui/reachable_phone_flow.cc
|
| @@ -10,8 +10,8 @@
|
| #include "base/location.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "base/time/time.h"
|
| -#include "components/proximity_auth/cryptauth/cryptauth_client.h"
|
| -#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
|
| +#include "components/cryptauth/cryptauth_client.h"
|
| +#include "components/cryptauth/proto/cryptauth_api.pb.h"
|
| #include "components/proximity_auth/logging/logging.h"
|
|
|
| namespace proximity_auth {
|
| @@ -24,7 +24,8 @@ const int kWaitTimeMillis = 7000;
|
|
|
| } // namespace
|
|
|
| -ReachablePhoneFlow::ReachablePhoneFlow(CryptAuthClientFactory* client_factory)
|
| +ReachablePhoneFlow::ReachablePhoneFlow(
|
| + cryptauth::CryptAuthClientFactory* client_factory)
|
| : client_factory_(client_factory), weak_ptr_factory_(this) {}
|
|
|
| ReachablePhoneFlow::~ReachablePhoneFlow() {}
|
|
|