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

Unified Diff: components/cryptauth/cryptauth_client.h

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/cryptauth/cryptauth_client.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_client.h b/components/cryptauth/cryptauth_client.h
similarity index 98%
rename from components/proximity_auth/cryptauth/cryptauth_client.h
rename to components/cryptauth/cryptauth_client.h
index 706f5ee09aeae3b2ed0cfde16be2ec7c59c6e989..e13121c0c718ee720dd2845607d91ff5415c46e0 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;
@@ -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

Powered by Google App Engine
This is Rietveld 408576698