| Index: components/password_manager/core/browser/android_affiliation/fake_affiliation_api.h
|
| diff --git a/components/password_manager/core/browser/fake_affiliation_api.h b/components/password_manager/core/browser/android_affiliation/fake_affiliation_api.h
|
| similarity index 76%
|
| rename from components/password_manager/core/browser/fake_affiliation_api.h
|
| rename to components/password_manager/core/browser/android_affiliation/fake_affiliation_api.h
|
| index 98d4b2e9521c23e9d033e4a099330750a257e615..a4129d6acf2f276cd0191c29d38fafc60034c26b 100644
|
| --- a/components/password_manager/core/browser/fake_affiliation_api.h
|
| +++ b/components/password_manager/core/browser/android_affiliation/fake_affiliation_api.h
|
| @@ -2,14 +2,14 @@
|
| // 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_API_H_
|
| -#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FAKE_AFFILIATION_API_H_
|
| +#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FAKE_AFFILIATION_API_H_
|
| +#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FAKE_AFFILIATION_API_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| -#include "components/password_manager/core/browser/affiliation_utils.h"
|
| -#include "components/password_manager/core/browser/fake_affiliation_fetcher.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_utils.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/fake_affiliation_fetcher.h"
|
|
|
| namespace password_manager {
|
|
|
| @@ -50,4 +50,4 @@ class ScopedFakeAffiliationAPI {
|
|
|
| } // namespace password_manager
|
|
|
| -#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FAKE_AFFILIATION_API_H_
|
| +#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FAKE_AFFILIATION_API_H_
|
|
|