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

Unified Diff: components/cryptauth/cryptauth_client.h

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/cryptauth/cryptauth_client.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_client.h b/components/cryptauth/cryptauth_client.h
similarity index 97%
rename from components/proximity_auth/cryptauth/cryptauth_client.h
rename to components/cryptauth/cryptauth_client.h
index 706f5ee09aeae3b2ed0cfde16be2ec7c59c6e989..101a0a968097ec30cf97f8227ed5900b21b61c48 100644
--- a/components/proximity_auth/cryptauth/cryptauth_client.h
+++ b/components/cryptauth/cryptauth_client.h
@@ -31,7 +31,7 @@ namespace net {
class URLRequestContextGetter;
}
-namespace proximity_auth {
+namespace cryptauth {
class CryptAuthAccessTokenFetcher;
class CryptAuthApiCallFlow;
@@ -41,7 +41,7 @@ class CryptAuthApiCallFlow;
// Implmentations shall only processes a single request, so create a new
// instance for each request you make. DO NOT REUSE.
// For documentation on each API call, see
-// components/proximity_auth/cryptauth/proto/cryptauth_api.proto
+// components/cryptauth/proto/cryptauth_api.proto
class CryptAuthClient {
public:
typedef base::Callback<void(const std::string&)> ErrorCallback;
@@ -110,6 +110,6 @@ class CryptAuthClientFactory {
virtual std::unique_ptr<CryptAuthClient> CreateInstance() = 0;
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_CLIENT_H
« no previous file with comments | « components/cryptauth/cryptauth_api_call_flow_unittest.cc ('k') | components/cryptauth/cryptauth_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698