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

Unified Diff: components/cryptauth/fake_cryptauth_gcm_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/fake_cryptauth_gcm_manager.h
diff --git a/components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h b/components/cryptauth/fake_cryptauth_gcm_manager.h
similarity index 94%
rename from components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h
rename to components/cryptauth/fake_cryptauth_gcm_manager.h
index b25eb83066ec59fb99ee7ee119a708b199172af1..db07235c024f8d3b09026070fcee057cb76c5a1a 100644
--- a/components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h
+++ b/components/cryptauth/fake_cryptauth_gcm_manager.h
@@ -7,9 +7,9 @@
#include "base/macros.h"
#include "base/observer_list.h"
-#include "components/proximity_auth/cryptauth/cryptauth_gcm_manager.h"
+#include "components/cryptauth/cryptauth_gcm_manager.h"
-namespace proximity_auth {
+namespace cryptauth {
// CryptAuthGCMManager implementation for testing purposes.
class FakeCryptAuthGCMManager : public CryptAuthGCMManager {
@@ -59,6 +59,6 @@ class FakeCryptAuthGCMManager : public CryptAuthGCMManager {
DISALLOW_COPY_AND_ASSIGN(FakeCryptAuthGCMManager);
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_FAKE_CRYPTAUTH_FAKE_CRYPTAUTH_GCM_MANAGER_H
« no previous file with comments | « components/cryptauth/cryptauth_gcm_manager_impl_unittest.cc ('k') | components/cryptauth/fake_cryptauth_gcm_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698