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

Unified Diff: components/cryptauth/cryptauth_device_manager.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
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 95%
rename from components/proximity_auth/cryptauth/cryptauth_device_manager.h
rename to components/cryptauth/cryptauth_device_manager.h
index 90831b35b605b5c2fd4c1e7011e98f5c7d67bce7..9f3602fd949ade0ee6064b111cfcb8ce6adc9486 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/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
-#include "components/proximity_auth/cryptauth/sync_scheduler.h"
+#include "components/cryptauth/cryptauth_gcm_manager.h"
+#include "components/cryptauth/proto/cryptauth_api.pb.h"
+#include "components/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
« no previous file with comments | « components/cryptauth/cryptauth_client_impl_unittest.cc ('k') | components/cryptauth/cryptauth_device_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698