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

Unified Diff: components/cryptauth/sync_scheduler.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/switches.cc ('k') | components/cryptauth/sync_scheduler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/sync_scheduler.h
diff --git a/components/proximity_auth/cryptauth/sync_scheduler.h b/components/cryptauth/sync_scheduler.h
similarity index 98%
rename from components/proximity_auth/cryptauth/sync_scheduler.h
rename to components/cryptauth/sync_scheduler.h
index a2d74aab0995d3327be693733a95d814b8fccce3..ea240ba5ae93aa2485008a08cc8de1340d3cf5f8 100644
--- a/components/proximity_auth/cryptauth/sync_scheduler.h
+++ b/components/cryptauth/sync_scheduler.h
@@ -11,7 +11,7 @@
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
-namespace proximity_auth {
+namespace cryptauth {
// Interface for scheduling the next CryptAuth sync (e.g. enrollment or device
// sync). The scheduler has two different strategies affecting when to perform
@@ -93,6 +93,6 @@ class SyncScheduler {
virtual void OnSyncCompleted(bool success) = 0;
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_CRYPTAUTH_SYNC_SCHEDULER_H
« no previous file with comments | « components/cryptauth/switches.cc ('k') | components/cryptauth/sync_scheduler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698