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

Unified Diff: components/cryptauth/cryptauth_client_impl.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_impl.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_client_impl.h b/components/cryptauth/cryptauth_client_impl.h
similarity index 95%
rename from components/proximity_auth/cryptauth/cryptauth_client_impl.h
rename to components/cryptauth/cryptauth_client_impl.h
index 6a6c8bf450de5dba8c80d6fd9b082bfcde1c0a0c..4551b7a50736976241d33808aaff333939b17f67 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/cryptauth/cryptauth_access_token_fetcher.h"
+#include "components/cryptauth/cryptauth_api_call_flow.h"
+#include "components/cryptauth/cryptauth_client.h"
#include "components/proximity_auth/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

Powered by Google App Engine
This is Rietveld 408576698