Chromium Code Reviews| 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> |
|
engedy
2017/06/19 16:22:16
nit: The style guide says both this and stddef.h a
vasilii
2017/06/19 17:08:37
The reason to touch the line was the complain from
|
| #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_ |