| Index: components/password_manager/core/browser/android_affiliation/facet_manager.h
|
| diff --git a/components/password_manager/core/browser/facet_manager.h b/components/password_manager/core/browser/android_affiliation/facet_manager.h
|
| similarity index 92%
|
| rename from components/password_manager/core/browser/facet_manager.h
|
| rename to components/password_manager/core/browser/android_affiliation/facet_manager.h
|
| index 5e3ee77279e28fad52e7cff0e01727cbb8880108..916e6c4d3dfef4b2df65a26aa48a9e2414360829 100644
|
| --- a/components/password_manager/core/browser/facet_manager.h
|
| +++ b/components/password_manager/core/browser/android_affiliation/facet_manager.h
|
| @@ -2,8 +2,8 @@
|
| // 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_FACET_MANAGER_H_
|
| -#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FACET_MANAGER_H_
|
| +#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FACET_MANAGER_H_
|
| +#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FACET_MANAGER_H_
|
|
|
| #include <set>
|
| #include <vector>
|
| @@ -11,8 +11,8 @@
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/time/time.h"
|
| -#include "components/password_manager/core/browser/affiliation_service.h"
|
| -#include "components/password_manager/core/browser/affiliation_utils.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_service.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_utils.h"
|
|
|
| namespace base {
|
| class Clock;
|
| @@ -134,4 +134,4 @@ class FacetManager {
|
| };
|
|
|
| } // namespace password_manager
|
| -#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_FACET_MANAGER_H_
|
| +#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_FACET_MANAGER_H_
|
|
|