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

Unified Diff: components/cryptauth/mock_cryptauth_client.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/mock_cryptauth_client.h
diff --git a/components/proximity_auth/cryptauth/mock_cryptauth_client.h b/components/cryptauth/mock_cryptauth_client.h
similarity index 94%
rename from components/proximity_auth/cryptauth/mock_cryptauth_client.h
rename to components/cryptauth/mock_cryptauth_client.h
index 02deb2198ca4fc26c658fb9c7ba270018155455b..f9eeb2791b7bd126316490348396544f17000e68 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/proximity_auth/cryptauth/proto/cryptauth_api.pb.h"
+#include "components/cryptauth/cryptauth_client.h"
+#include "components/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
« no previous file with comments | « components/cryptauth/fake_secure_message_delegate_unittest.cc ('k') | components/cryptauth/mock_cryptauth_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698