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 96% |
rename from components/password_manager/core/browser/affiliation_fetcher.cc |
rename to components/password_manager/core/browser/android_affiliation/affiliation_fetcher.cc |
index fb486e7bb935980b7acc21d8ef88d6714cc83e3a..b05d66b5e7a04f68fc30b2b64ed398c09dcc9a60 100644 |
--- a/components/password_manager/core/browser/affiliation_fetcher.cc |
+++ b/components/password_manager/core/browser/android_affiliation/affiliation_fetcher.cc |
@@ -2,16 +2,16 @@ |
// 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> |
#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_api.pb.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" |