| Index: components/password_manager/core/browser/android_affiliation/mock_affiliation_consumer.h
|
| diff --git a/components/password_manager/core/browser/mock_affiliation_consumer.h b/components/password_manager/core/browser/android_affiliation/mock_affiliation_consumer.h
|
| similarity index 67%
|
| rename from components/password_manager/core/browser/mock_affiliation_consumer.h
|
| rename to components/password_manager/core/browser/android_affiliation/mock_affiliation_consumer.h
|
| index 146e299521873e7dba917876bbec05861eba7d40..c597bc2f1f66c7ba5434873bee2d2b6f5610c74d 100644
|
| --- a/components/password_manager/core/browser/mock_affiliation_consumer.h
|
| +++ b/components/password_manager/core/browser/android_affiliation/mock_affiliation_consumer.h
|
| @@ -2,12 +2,12 @@
|
| // 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_MOCK_AFFILIATION_CONSUMER_H_
|
| -#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_MOCK_AFFILIATION_CONSUMER_H_
|
| +#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_MOCK_AFFILIATION_CONSUMER_H_
|
| +#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_MOCK_AFFILIATION_CONSUMER_H_
|
|
|
| #include "base/macros.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"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
|
|
| namespace password_manager {
|
| @@ -36,4 +36,4 @@ class MockAffiliationConsumer {
|
|
|
| } // namespace password_manager
|
|
|
| -#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_MOCK_AFFILIATION_CONSUMER_H_
|
| +#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_MOCK_AFFILIATION_CONSUMER_H_
|
|
|