| Index: components/cryptauth/mock_sync_scheduler.h
|
| diff --git a/components/proximity_auth/cryptauth/mock_sync_scheduler.h b/components/cryptauth/mock_sync_scheduler.h
|
| similarity index 89%
|
| rename from components/proximity_auth/cryptauth/mock_sync_scheduler.h
|
| rename to components/cryptauth/mock_sync_scheduler.h
|
| index 160c9a7c6f7f67e625383c7f80ea9b67619b8c91..e0fdc67d89e83ba9435fe20f707f2b4d287d5899 100644
|
| --- a/components/proximity_auth/cryptauth/mock_sync_scheduler.h
|
| +++ b/components/cryptauth/mock_sync_scheduler.h
|
| @@ -6,10 +6,10 @@
|
| #define COMPONENTS_PROXIMITY_AUTH_CRYPTAUTH_MOCK_SYNC_SCHEDULER_H
|
|
|
| #include "base/macros.h"
|
| -#include "components/proximity_auth/cryptauth/sync_scheduler.h"
|
| +#include "components/cryptauth/sync_scheduler.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| -namespace proximity_auth {
|
| +namespace cryptauth {
|
|
|
| // Mock implementation of SyncScheduler.
|
| class MockSyncScheduler : public SyncScheduler {
|
| @@ -31,6 +31,6 @@ class MockSyncScheduler : public SyncScheduler {
|
| DISALLOW_COPY_AND_ASSIGN(MockSyncScheduler);
|
| };
|
|
|
| -} // namespace proximity_auth
|
| +} // namespace cryptauth
|
|
|
| #endif // COMPONENTS_PROXIMITY_CRYPTAUTH_MOCK_SYNC_SCHEDULER_H
|
|
|