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

Unified Diff: components/proximity_auth/webui/reachable_phone_flow.cc

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Prefixed two test names with "CryptAuth" so that they do not collide with other test names. Created 4 years, 1 month 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/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..763653bfc6707e96f61b01e617535ebf0e04094d 100644
--- a/components/proximity_auth/webui/reachable_phone_flow.cc
+++ b/components/proximity_auth/webui/reachable_phone_flow.cc
@@ -10,7 +10,7 @@
#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/cryptauth/cryptauth_client.h"
#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
#include "components/proximity_auth/logging/logging.h"
@@ -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() {}
« components/cryptauth/BUILD.gn ('K') | « components/proximity_auth/webui/reachable_phone_flow.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698