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

Unified Diff: components/cryptauth/cryptauth_device_manager.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_device_manager.h
diff --git a/components/proximity_auth/cryptauth/cryptauth_device_manager.h b/components/cryptauth/cryptauth_device_manager.h
similarity index 96%
rename from components/proximity_auth/cryptauth/cryptauth_device_manager.h
rename to components/cryptauth/cryptauth_device_manager.h
index 90831b35b605b5c2fd4c1e7011e98f5c7d67bce7..7680c712e52e808c8b6501c874f50226e4f5863f 100644
--- a/components/proximity_auth/cryptauth/cryptauth_device_manager.h
+++ b/components/cryptauth/cryptauth_device_manager.h
@@ -12,14 +12,14 @@
#include "base/observer_list.h"
#include "base/time/clock.h"
#include "base/time/time.h"
-#include "components/proximity_auth/cryptauth/cryptauth_gcm_manager.h"
+#include "components/cryptauth/cryptauth_gcm_manager.h"
+#include "components/cryptauth/sync_scheduler.h"
#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
-#include "components/proximity_auth/cryptauth/sync_scheduler.h"
class PrefService;
class PrefRegistrySimple;
-namespace proximity_auth {
+namespace cryptauth {
class CryptAuthClient;
class CryptAuthClientFactory;
@@ -166,6 +166,6 @@ class CryptAuthDeviceManager : public SyncScheduler::Delegate,
DISALLOW_COPY_AND_ASSIGN(CryptAuthDeviceManager);
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_CRYPTAUTH_CRYPTAUTH_DEVICE_MANAGER_H

Powered by Google App Engine
This is Rietveld 408576698