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

Unified Diff: components/cryptauth/mock_cryptauth_client.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
« no previous file with comments | « components/cryptauth/mock_cryptauth_client.h ('k') | components/cryptauth/mock_sync_scheduler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/mock_cryptauth_client.cc
diff --git a/components/proximity_auth/cryptauth/mock_cryptauth_client.cc b/components/cryptauth/mock_cryptauth_client.cc
similarity index 89%
rename from components/proximity_auth/cryptauth/mock_cryptauth_client.cc
rename to components/cryptauth/mock_cryptauth_client.cc
index 4480623e7d01dfed541eae82ff662c705edb76d0..e10d2ef4e72185acfaba4aee63fbfd2169a0159f 100644
--- a/components/proximity_auth/cryptauth/mock_cryptauth_client.cc
+++ b/components/cryptauth/mock_cryptauth_client.cc
@@ -2,13 +2,13 @@
// 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/mock_cryptauth_client.h"
+#include "components/cryptauth/mock_cryptauth_client.h"
#include <utility>
#include "base/callback.h"
-namespace proximity_auth {
+namespace cryptauth {
MockCryptAuthClient::MockCryptAuthClient() {
}
@@ -43,4 +43,4 @@ void MockCryptAuthClientFactory::RemoveObserver(Observer* observer) {
observer_list_.RemoveObserver(observer);
}
-} // namespace proximity_auth
+} // namespace cryptauth
« no previous file with comments | « components/cryptauth/mock_cryptauth_client.h ('k') | components/cryptauth/mock_sync_scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698