Index: components/password_manager/core/browser/android_affiliation/fake_affiliation_fetcher.h |
diff --git a/components/password_manager/core/browser/fake_affiliation_fetcher.h b/components/password_manager/core/browser/android_affiliation/fake_affiliation_fetcher.h |
similarity index 82% |
rename from components/password_manager/core/browser/fake_affiliation_fetcher.h |
rename to components/password_manager/core/browser/android_affiliation/fake_affiliation_fetcher.h |
index d2a503702df575e89de759993299fadbbb71305b..bf38b0cb3702ae968de5826e6aac5ffe951b0b6c 100644 |
--- a/components/password_manager/core/browser/fake_affiliation_fetcher.h |
+++ b/components/password_manager/core/browser/android_affiliation/fake_affiliation_fetcher.h |
@@ -2,16 +2,16 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FAKE_AFFILIATION_FETCHER_H_ |
-#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FAKE_AFFILIATION_FETCHER_H_ |
+#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FAKE_AFFILIATION_FETCHER_H_ |
+#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FAKE_AFFILIATION_FETCHER_H_ |
#include <memory> |
#include <queue> |
#include "base/macros.h" |
-#include "components/password_manager/core/browser/affiliation_fetcher.h" |
-#include "components/password_manager/core/browser/affiliation_fetcher_delegate.h" |
-#include "components/password_manager/core/browser/test_affiliation_fetcher_factory.h" |
+#include "components/password_manager/core/browser/android_affiliation/affiliation_fetcher.h" |
+#include "components/password_manager/core/browser/android_affiliation/affiliation_fetcher_delegate.h" |
+#include "components/password_manager/core/browser/android_affiliation/test_affiliation_fetcher_factory.h" |
namespace password_manager { |
@@ -80,4 +80,4 @@ class ScopedFakeAffiliationFetcherFactory |
} // namespace password_manager |
-#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FAKE_AFFILIATION_FETCHER_H_ |
+#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FAKE_AFFILIATION_FETCHER_H_ |