Index: components/password_manager/core/browser/android_affiliation/affiliation_database.h |
diff --git a/components/password_manager/core/browser/affiliation_database.h b/components/password_manager/core/browser/android_affiliation/affiliation_database.h |
similarity index 90% |
rename from components/password_manager/core/browser/affiliation_database.h |
rename to components/password_manager/core/browser/android_affiliation/affiliation_database.h |
index c9b418c5553a5c0fd6d4e9156c7593cf4b1d74a1..a79c94fe4296900407f86c7ea77cf03aea0c02b2 100644 |
--- a/components/password_manager/core/browser/affiliation_database.h |
+++ b/components/password_manager/core/browser/android_affiliation/affiliation_database.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_AFFILIATION_DATABASE_H_ |
-#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_DATABASE_H_ |
+#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_DATABASE_H_ |
+#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_DATABASE_H_ |
#include <memory> |
#include "base/macros.h" |
#include "base/time/time.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; |
@@ -90,4 +90,4 @@ class AffiliationDatabase { |
} // namespace password_manager |
-#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_DATABASE_H_ |
+#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_DATABASE_H_ |