Index: components/password_manager/core/browser/android_affiliation/affiliation_service_unittest.cc |
diff --git a/components/password_manager/core/browser/affiliation_service_unittest.cc b/components/password_manager/core/browser/android_affiliation/affiliation_service_unittest.cc |
similarity index 95% |
rename from components/password_manager/core/browser/affiliation_service_unittest.cc |
rename to components/password_manager/core/browser/android_affiliation/affiliation_service_unittest.cc |
index 6e1e38b399d83170223511caf1101dc75ecb1826..f33f95c8dd99380c05b92b8200d3fe1b35ce1861 100644 |
--- a/components/password_manager/core/browser/affiliation_service_unittest.cc |
+++ b/components/password_manager/core/browser/android_affiliation/affiliation_service_unittest.cc |
@@ -5,7 +5,7 @@ |
// Note: This test focuses on functionality implemented in AffiliationService |
// itself. More thorough The AffiliationBackend is tested in-depth separarately. |
-#include "components/password_manager/core/browser/affiliation_service.h" |
+#include "components/password_manager/core/browser/android_affiliation/affiliation_service.h" |
#include <memory> |
@@ -16,8 +16,8 @@ |
#include "base/test/test_mock_time_task_runner.h" |
#include "base/test/test_simple_task_runner.h" |
#include "base/threading/thread_task_runner_handle.h" |
-#include "components/password_manager/core/browser/fake_affiliation_api.h" |
-#include "components/password_manager/core/browser/mock_affiliation_consumer.h" |
+#include "components/password_manager/core/browser/android_affiliation/fake_affiliation_api.h" |
+#include "components/password_manager/core/browser/android_affiliation/mock_affiliation_consumer.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |