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

Unified Diff: components/cryptauth/mock_cryptauth_client.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/mock_cryptauth_client.h
diff --git a/components/proximity_auth/cryptauth/mock_cryptauth_client.h b/components/cryptauth/mock_cryptauth_client.h
similarity index 96%
rename from components/proximity_auth/cryptauth/mock_cryptauth_client.h
rename to components/cryptauth/mock_cryptauth_client.h
index 02deb2198ca4fc26c658fb9c7ba270018155455b..94470fee98bd93d4492c301375942195157f7225 100644
--- a/components/proximity_auth/cryptauth/mock_cryptauth_client.h
+++ b/components/cryptauth/mock_cryptauth_client.h
@@ -7,11 +7,11 @@
#include "base/macros.h"
#include "base/observer_list.h"
-#include "components/proximity_auth/cryptauth/cryptauth_client.h"
+#include "components/cryptauth/cryptauth_client.h"
#include "components/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
#include "testing/gmock/include/gmock/gmock.h"
-namespace proximity_auth {
+namespace cryptauth {
class MockCryptAuthClient : public CryptAuthClient {
public:
@@ -83,6 +83,6 @@ class MockCryptAuthClientFactory : public CryptAuthClientFactory {
DISALLOW_COPY_AND_ASSIGN(MockCryptAuthClientFactory);
};
-} // namespace proximity_auth
+} // namespace cryptauth
#endif // COMPONENTS_PROXIMITY_AUTH_MOCK_CRYPTAUTH_CLIENT_H

Powered by Google App Engine
This is Rietveld 408576698