| Index: components/password_manager/core/browser/android_affiliation/affiliated_match_helper_unittest.cc
|
| diff --git a/components/password_manager/core/browser/affiliated_match_helper_unittest.cc b/components/password_manager/core/browser/android_affiliation/affiliated_match_helper_unittest.cc
|
| similarity index 98%
|
| rename from components/password_manager/core/browser/affiliated_match_helper_unittest.cc
|
| rename to components/password_manager/core/browser/android_affiliation/affiliated_match_helper_unittest.cc
|
| index 80e169e3ceadd21f70047a237a01b0d1c1cabc86..8f480c6888fbed59cf589d17542c86122d7c29ee 100644
|
| --- a/components/password_manager/core/browser/affiliated_match_helper_unittest.cc
|
| +++ b/components/password_manager/core/browser/android_affiliation/affiliated_match_helper_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // 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/affiliated_match_helper.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliated_match_helper.h"
|
|
|
| #include <stddef.h>
|
|
|
| @@ -17,8 +17,8 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/test/scoped_mock_time_message_loop_task_runner.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| -#include "components/password_manager/core/browser/affiliation_service.h"
|
| -#include "components/password_manager/core/browser/affiliation_utils.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_service.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_utils.h"
|
| #include "components/password_manager/core/browser/test_password_store.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|