| Index: components/password_manager/core/browser/android_affiliation/affiliation_service.h
|
| diff --git a/components/password_manager/core/browser/affiliation_service.h b/components/password_manager/core/browser/android_affiliation/affiliation_service.h
|
| similarity index 95%
|
| rename from components/password_manager/core/browser/affiliation_service.h
|
| rename to components/password_manager/core/browser/android_affiliation/affiliation_service.h
|
| index db90a022a3fb8536972dd773f4827b7cb554b79a..835cccd99a1efdd18f64e6a9ddaf8d4fecae5d3d 100644
|
| --- a/components/password_manager/core/browser/affiliation_service.h
|
| +++ b/components/password_manager/core/browser/android_affiliation/affiliation_service.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_AFFILIATION_SERVICE_H_
|
| -#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_SERVICE_H_
|
| +#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_SERVICE_H_
|
| +#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_SERVICE_H_
|
|
|
| #include <string>
|
|
|
| @@ -13,7 +13,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| -#include "components/password_manager/core/browser/affiliation_utils.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_utils.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -169,4 +169,4 @@ class AffiliationService : public KeyedService {
|
|
|
| } // namespace password_manager
|
|
|
| -#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_SERVICE_H_
|
| +#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_SERVICE_H_
|
|
|