Index: components/password_manager/core/browser/android_affiliation/mock_affiliated_match_helper.cc |
diff --git a/components/password_manager/core/browser/mock_affiliated_match_helper.cc b/components/password_manager/core/browser/android_affiliation/mock_affiliated_match_helper.cc |
similarity index 93% |
rename from components/password_manager/core/browser/mock_affiliated_match_helper.cc |
rename to components/password_manager/core/browser/android_affiliation/mock_affiliated_match_helper.cc |
index aaf1c997e98a03ebe9d831f30337b7b5c46d85fb..8c0fa94dd729536d5825abcae39c78b5934c810e 100644 |
--- a/components/password_manager/core/browser/mock_affiliated_match_helper.cc |
+++ b/components/password_manager/core/browser/android_affiliation/mock_affiliated_match_helper.cc |
@@ -2,11 +2,11 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/password_manager/core/browser/mock_affiliated_match_helper.h" |
+#include "components/password_manager/core/browser/android_affiliation/mock_affiliated_match_helper.h" |
#include "base/memory/ptr_util.h" |
#include "components/autofill/core/common/password_form.h" |
-#include "components/password_manager/core/browser/affiliation_service.h" |
+#include "components/password_manager/core/browser/android_affiliation/affiliation_service.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |