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

Unified Diff: components/cryptauth/sync_scheduler_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/sync_scheduler.cc ('k') | components/cryptauth/sync_scheduler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/sync_scheduler_impl.h
diff --git a/components/proximity_auth/cryptauth/sync_scheduler_impl.h b/components/cryptauth/sync_scheduler_impl.h
similarity index 96%
rename from components/proximity_auth/cryptauth/sync_scheduler_impl.h
rename to components/cryptauth/sync_scheduler_impl.h
index 417e8cfd8262deb3be35037a94982fea1b889e33..9f52140be765fc8f4963e01c0ef6778abb0dfe05 100644
--- a/components/proximity_auth/cryptauth/sync_scheduler_impl.h
+++ b/components/cryptauth/sync_scheduler_impl.h
@@ -9,9 +9,9 @@
#include "base/macros.h"
#include "base/timer/timer.h"
-#include "components/proximity_auth/cryptauth/sync_scheduler.h"
+#include "components/cryptauth/sync_scheduler.h"
-namespace proximity_auth {
+namespace cryptauth {
// Implementation of SyncScheduler.
class SyncSchedulerImpl : public SyncScheduler {
@@ -99,6 +99,6 @@ class SyncSchedulerImpl : public SyncScheduler {
DISALLOW_COPY_AND_ASSIGN(SyncSchedulerImpl);
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_CRYPTAUTH_CRYPTAUTH_SYNC_SCHEDULER_IMPL_H
« no previous file with comments | « components/cryptauth/sync_scheduler.cc ('k') | components/cryptauth/sync_scheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698