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

Unified Diff: components/proximity_auth/mock_proximity_auth_client.cc

Issue 2502343003: Moved //components/proximity_auth/cryptauth to //components/cryptauth. (Closed)
Patch Set: Fixed proto #includes. 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/mock_proximity_auth_client.cc
diff --git a/components/proximity_auth/mock_proximity_auth_client.cc b/components/proximity_auth/mock_proximity_auth_client.cc
index 582d02b4623e0254d92177b5212176fc52088302..86c18d13832782798a63feeca7a9ce40ecd87f93 100644
--- a/components/proximity_auth/mock_proximity_auth_client.cc
+++ b/components/proximity_auth/mock_proximity_auth_client.cc
@@ -12,12 +12,12 @@ MockProximityAuthClient::MockProximityAuthClient() {}
MockProximityAuthClient::~MockProximityAuthClient() {}
-std::unique_ptr<SecureMessageDelegate>
+std::unique_ptr<cryptauth::SecureMessageDelegate>
MockProximityAuthClient::CreateSecureMessageDelegate() {
return base::WrapUnique(CreateSecureMessageDelegatePtr());
}
-std::unique_ptr<CryptAuthClientFactory>
+std::unique_ptr<cryptauth::CryptAuthClientFactory>
MockProximityAuthClient::CreateCryptAuthClientFactory() {
return base::WrapUnique(CreateCryptAuthClientFactoryPtr());
}
« no previous file with comments | « components/proximity_auth/mock_proximity_auth_client.h ('k') | components/proximity_auth/proximity_auth_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698