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

Unified Diff: components/cryptauth/cryptauth_client_impl.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
« no previous file with comments | « components/cryptauth/cryptauth_client.h ('k') | components/cryptauth/cryptauth_client_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/cryptauth_client_impl.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_client_impl.h b/components/cryptauth/cryptauth_client_impl.h
similarity index 94%
rename from components/proximity_auth/cryptauth/cryptauth_client_impl.h
rename to components/cryptauth/cryptauth_client_impl.h
index 6a6c8bf450de5dba8c80d6fd9b082bfcde1c0a0c..28a017cf04bd95355b8e57fd006a0ce85ed9749d 100644
--- a/components/proximity_auth/cryptauth/cryptauth_client_impl.h
+++ b/components/cryptauth/cryptauth_client_impl.h
@@ -7,15 +7,15 @@
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "components/proximity_auth/cryptauth/cryptauth_access_token_fetcher.h"
-#include "components/proximity_auth/cryptauth/cryptauth_api_call_flow.h"
-#include "components/proximity_auth/cryptauth/cryptauth_client.h"
-#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
+#include "components/cryptauth/cryptauth_access_token_fetcher.h"
+#include "components/cryptauth/cryptauth_api_call_flow.h"
+#include "components/cryptauth/cryptauth_client.h"
+#include "components/cryptauth/proto/cryptauth_api.pb.h"
#include "net/url_request/url_request_context_getter.h"
class OAuth2TokenService;
-namespace proximity_auth {
+namespace cryptauth {
// Implementation of CryptAuthClient.
// Note: There is no need to set the |device_classifier| field in request
@@ -145,6 +145,6 @@ class CryptAuthClientFactoryImpl : public CryptAuthClientFactory {
DISALLOW_COPY_AND_ASSIGN(CryptAuthClientFactoryImpl);
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_CLIENT_IMPL_H
« no previous file with comments | « components/cryptauth/cryptauth_client.h ('k') | components/cryptauth/cryptauth_client_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698