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

Unified Diff: components/cryptauth/cryptauth_enroller_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_enroller.h ('k') | components/cryptauth/cryptauth_enroller_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/cryptauth_enroller_impl.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_enroller_impl.h b/components/cryptauth/cryptauth_enroller_impl.h
similarity index 94%
rename from components/proximity_auth/cryptauth/cryptauth_enroller_impl.h
rename to components/cryptauth/cryptauth_enroller_impl.h
index 66eed8ecab81a216c660e741af13c1f9ec6102be..d0ef656b4627dc5f2501b0e6bbe9ea7cf139bb4c 100644
--- a/components/proximity_auth/cryptauth/cryptauth_enroller_impl.h
+++ b/components/cryptauth/cryptauth_enroller_impl.h
@@ -10,10 +10,10 @@
#include "base/callback.h"
#include "base/macros.h"
#include "base/memory/weak_ptr.h"
-#include "components/proximity_auth/cryptauth/cryptauth_enroller.h"
-#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
+#include "components/cryptauth/cryptauth_enroller.h"
+#include "components/cryptauth/proto/cryptauth_api.pb.h"
-namespace proximity_auth {
+namespace cryptauth {
class CryptAuthClient;
class CryptAuthClientFactory;
@@ -99,6 +99,6 @@ class CryptAuthEnrollerImpl : public CryptAuthEnroller {
DISALLOW_COPY_AND_ASSIGN(CryptAuthEnrollerImpl);
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_ENROLLER_IMPL_H
« no previous file with comments | « components/cryptauth/cryptauth_enroller.h ('k') | components/cryptauth/cryptauth_enroller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698