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

Unified Diff: components/cryptauth/fake_cryptauth_gcm_manager.cc

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.cc
diff --git a/components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc b/components/cryptauth/fake_cryptauth_gcm_manager.cc
similarity index 91%
rename from components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc
rename to components/cryptauth/fake_cryptauth_gcm_manager.cc
index d1e85c63235713eddb2cd3fd68d84bb74f0c51c6..72acb8796bbfc693cec34a3ade2e38d10f145f93 100644
--- a/components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.cc
+++ b/components/cryptauth/fake_cryptauth_gcm_manager.cc
@@ -2,9 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/proximity_auth/cryptauth/fake_cryptauth_gcm_manager.h"
+#include "components/cryptauth/fake_cryptauth_gcm_manager.h"
-namespace proximity_auth {
+namespace cryptauth {
FakeCryptAuthGCMManager::FakeCryptAuthGCMManager(
const std::string& registration_id)
@@ -50,4 +50,4 @@ void FakeCryptAuthGCMManager::PushResyncMessage() {
observer.OnResyncMessage();
}
-} // namespace proximity_auth
+} // namespace cryptauth
« no previous file with comments | « components/cryptauth/fake_cryptauth_gcm_manager.h ('k') | components/cryptauth/fake_secure_message_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698