| Index: components/password_manager/core/browser/android_affiliation/affiliation_fetcher.h
|
| diff --git a/components/password_manager/core/browser/affiliation_fetcher.h b/components/password_manager/core/browser/android_affiliation/affiliation_fetcher.h
|
| similarity index 88%
|
| rename from components/password_manager/core/browser/affiliation_fetcher.h
|
| rename to components/password_manager/core/browser/android_affiliation/affiliation_fetcher.h
|
| index b606ce06453119fd451ca8fc3972f25cd14993ea..63498a540eebe0f9aa232f8af0024d2b985f792e 100644
|
| --- a/components/password_manager/core/browser/affiliation_fetcher.h
|
| +++ b/components/password_manager/core/browser/android_affiliation/affiliation_fetcher.h
|
| @@ -2,15 +2,15 @@
|
| // 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_FETCHER_H_
|
| -#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_FETCHER_H_
|
| +#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_FETCHER_H_
|
| +#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_FETCHER_H_
|
|
|
| #include <vector>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "components/password_manager/core/browser/affiliation_fetcher_delegate.h"
|
| -#include "components/password_manager/core/browser/affiliation_utils.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_fetcher_delegate.h"
|
| +#include "components/password_manager/core/browser/android_affiliation/affiliation_utils.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
|
|
| class GURL;
|
| @@ -96,4 +96,4 @@ class AffiliationFetcher : net::URLFetcherDelegate {
|
|
|
| } // namespace password_manager
|
|
|
| -#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_FETCHER_H_
|
| +#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_FETCHER_H_
|
|
|