| Index: components/password_manager/core/browser/android_affiliation/affiliation_fetcher.cc
|
| diff --git a/components/password_manager/core/browser/affiliation_fetcher.cc b/components/password_manager/core/browser/android_affiliation/affiliation_fetcher.cc
|
| similarity index 97%
|
| rename from components/password_manager/core/browser/affiliation_fetcher.cc
|
| rename to components/password_manager/core/browser/android_affiliation/affiliation_fetcher.cc
|
| index fb486e7bb935980b7acc21d8ef88d6714cc83e3a..67b99114c1767900c48870cf7538112f08dbdf03 100644
|
| --- a/components/password_manager/core/browser/affiliation_fetcher.cc
|
| +++ b/components/password_manager/core/browser/android_affiliation/affiliation_fetcher.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/affiliation_fetcher.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_fetcher.h"
|
|
|
| #include <stddef.h>
|
| #include <utility>
|
| @@ -10,8 +10,8 @@
|
| #include "base/metrics/histogram_macros.h"
|
| #include "base/metrics/sparse_histogram.h"
|
| #include "components/password_manager/core/browser/affiliation_api.pb.h"
|
| -#include "components/password_manager/core/browser/affiliation_utils.h"
|
| -#include "components/password_manager/core/browser/test_affiliation_fetcher_factory.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_utils.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/test_affiliation_fetcher_factory.h"
|
| #include "google_apis/google_api_keys.h"
|
| #include "net/base/load_flags.h"
|
| #include "net/base/url_util.h"
|
|
|