| Index: components/password_manager/core/browser/android_affiliation/affiliated_match_helper.cc
|
| diff --git a/components/password_manager/core/browser/affiliated_match_helper.cc b/components/password_manager/core/browser/android_affiliation/affiliated_match_helper.cc
|
| similarity index 97%
|
| rename from components/password_manager/core/browser/affiliated_match_helper.cc
|
| rename to components/password_manager/core/browser/android_affiliation/affiliated_match_helper.cc
|
| index b88033ad5b9aa00dafd4033f106d56692622eb24..b08c98f3a7d9798c248365ceb5db4c23c2696f9a 100644
|
| --- a/components/password_manager/core/browser/affiliated_match_helper.cc
|
| +++ b/components/password_manager/core/browser/android_affiliation/affiliated_match_helper.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 <utility>
|
|
|
| @@ -12,7 +12,7 @@
|
| #include "base/single_thread_task_runner.h"
|
| #include "base/threading/thread_task_runner_handle.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"
|
|
|
| namespace password_manager {
|
|
|
|
|