Index: components/password_manager/core/browser/android_affiliation/affiliation_utils.h |
diff --git a/components/password_manager/core/browser/affiliation_utils.h b/components/password_manager/core/browser/android_affiliation/affiliation_utils.h |
similarity index 96% |
rename from components/password_manager/core/browser/affiliation_utils.h |
rename to components/password_manager/core/browser/android_affiliation/affiliation_utils.h |
index 960d347f5b0f689da87f2de1008d3bf91b52c3f3..33ab8e42d71f7908290d90ac57995a7498c06b6d 100644 |
--- a/components/password_manager/core/browser/affiliation_utils.h |
+++ b/components/password_manager/core/browser/android_affiliation/affiliation_utils.h |
@@ -41,15 +41,14 @@ |
// openssl sha -sha512 -binary | base64 | tr '+/' '-_' |
// |
-#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_UTILS_H_ |
-#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_UTILS_H_ |
+#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_UTILS_H_ |
+#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_UTILS_H_ |
+#include <cstddef> |
#include <iosfwd> |
#include <string> |
#include <vector> |
-#include <stddef.h> |
- |
#include "base/containers/hash_tables.h" |
#include "base/logging.h" |
#include "base/strings/utf_string_conversions.h" |
@@ -194,4 +193,4 @@ struct FacetURIHash { |
} // namespace password_manager |
-#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_AFFILIATION_UTILS_H_ |
+#endif // COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_ANDROID_AFFILIATION_AFFILIATION_UTILS_H_ |