chromium-112-gcc-13-0010-components.patch 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. https://chromium-review.googlesource.com/c/chromium/src/+/4406547
  2. From 81b275691c28e2a8ae91514305a0e213461fcda4 Mon Sep 17 00:00:00 2001
  3. From: Stephan Hartmann <stha09@googlemail.com>
  4. Date: Tue, 11 Apr 2023 13:30:43 +0000
  5. Subject: [PATCH] IWYU: add stdint.h for various integer types in //components
  6. Bug: 957519
  7. Change-Id: I920fc7c442b05c3522a6533c4b0ec83b403fd0f0
  8. Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4406547
  9. Reviewed-by: Colin Blundell <blundell@chromium.org>
  10. Commit-Queue: Stephan Hartmann <stha09@googlemail.com>
  11. Cr-Commit-Position: refs/heads/main@{#1128605}
  12. --- a/components/autofill/core/browser/autofill_ablation_study.h
  13. +++ b/components/autofill/core/browser/autofill_ablation_study.h
  14. @@ -5,6 +5,8 @@
  15. #ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_ABLATION_STUDY_H_
  16. #define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_ABLATION_STUDY_H_
  17. +#include <stdint.h>
  18. +
  19. #include <string>
  20. class GURL;
  21. --- a/components/crash/core/app/crash_reporter_client.h
  22. +++ b/components/crash/core/app/crash_reporter_client.h
  23. @@ -5,6 +5,8 @@
  24. #ifndef COMPONENTS_CRASH_CORE_APP_CRASH_REPORTER_CLIENT_H_
  25. #define COMPONENTS_CRASH_CORE_APP_CRASH_REPORTER_CLIENT_H_
  26. +#include <stdint.h>
  27. +
  28. #include <string>
  29. #include "build/build_config.h"
  30. --- a/components/feature_engagement/internal/event_storage_validator.h
  31. +++ b/components/feature_engagement/internal/event_storage_validator.h
  32. @@ -5,6 +5,8 @@
  33. #ifndef COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_STORAGE_VALIDATOR_H_
  34. #define COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_STORAGE_VALIDATOR_H_
  35. +#include <stdint.h>
  36. +
  37. #include <string>
  38. namespace feature_engagement {
  39. --- a/components/omnibox/browser/on_device_head_model.h
  40. +++ b/components/omnibox/browser/on_device_head_model.h
  41. @@ -5,6 +5,8 @@
  42. #ifndef COMPONENTS_OMNIBOX_BROWSER_ON_DEVICE_HEAD_MODEL_H_
  43. #define COMPONENTS_OMNIBOX_BROWSER_ON_DEVICE_HEAD_MODEL_H_
  44. +#include <stdint.h>
  45. +
  46. #include <string>
  47. #include <utility>
  48. #include <vector>
  49. --- a/components/password_manager/core/browser/generation/password_generator.h
  50. +++ b/components/password_manager/core/browser/generation/password_generator.h
  51. @@ -5,6 +5,8 @@
  52. #ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_GENERATION_PASSWORD_GENERATOR_H_
  53. #define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_GENERATION_PASSWORD_GENERATOR_H_
  54. +#include <stdint.h>
  55. +
  56. #include <string>
  57. diff --git a/components/payments/content/utility/fingerprint_parser.h b/components/payments/content/utility/fingerprint_parser.h
  58. index e7983056517e8..3c3f83087002a 100644
  59. --- a/components/payments/content/utility/fingerprint_parser.h
  60. +++ b/components/payments/content/utility/fingerprint_parser.h
  61. @@ -6,6 +6,7 @@
  62. #define COMPONENTS_PAYMENTS_CONTENT_UTILITY_FINGERPRINT_PARSER_H_
  63. #include <stddef.h>
  64. +#include <stdint.h>
  65. #include <string>
  66. #include <vector>
  67. --- a/components/viz/common/view_transition_element_resource_id.h
  68. +++ b/components/viz/common/view_transition_element_resource_id.h
  69. @@ -5,6 +5,8 @@
  70. #ifndef COMPONENTS_VIZ_COMMON_VIEW_TRANSITION_ELEMENT_RESOURCE_ID_H_
  71. #define COMPONENTS_VIZ_COMMON_VIEW_TRANSITION_ELEMENT_RESOURCE_ID_H_
  72. +#include <stdint.h>
  73. +
  74. #include <string>
  75. #include <vector>