Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 905420 | Differences between
and this patch

Collapse All | Expand All

(-)a/base/debug/profiler.h (+2 lines)
Lines 7-12 Link Here
7
7
8
#include <stddef.h>
8
#include <stddef.h>
9
9
10
#include <stdint.h>
11
10
#include <string>
12
#include <string>
11
13
12
#include "base/base_export.h"
14
#include "base/base_export.h"
(-)a/cc/trees/target_property.cc (+2 lines)
Lines 2-7 Link Here
2
// Use of this source code is governed by a BSD-style license that can be
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
3
// found in the LICENSE file.
4
4
5
#include <cstdint>
6
5
#include "cc/trees/target_property.h"
7
#include "cc/trees/target_property.h"
6
8
7
#include "ui/gfx/animation/keyframe/target_property.h"
9
#include "ui/gfx/animation/keyframe/target_property.h"
(-)a/chrome/browser/privacy_budget/encountered_surface_tracker.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef CHROME_BROWSER_PRIVACY_BUDGET_ENCOUNTERED_SURFACE_TRACKER_H_
5
#ifndef CHROME_BROWSER_PRIVACY_BUDGET_ENCOUNTERED_SURFACE_TRACKER_H_
6
#define CHROME_BROWSER_PRIVACY_BUDGET_ENCOUNTERED_SURFACE_TRACKER_H_
6
#define CHROME_BROWSER_PRIVACY_BUDGET_ENCOUNTERED_SURFACE_TRACKER_H_
7
7
8
#include <cstdint>
8
#include <map>
9
#include <map>
9
10
10
#include "base/containers/flat_set.h"
11
#include "base/containers/flat_set.h"
(-)a/components/autofill/core/browser/autofill_ablation_study.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_ABLATION_STUDY_H_
5
#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_ABLATION_STUDY_H_
6
#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_ABLATION_STUDY_H_
6
#define COMPONENTS_AUTOFILL_CORE_BROWSER_AUTOFILL_ABLATION_STUDY_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
10
10
class GURL;
11
class GURL;
(-)a/components/crash/core/app/crash_reporter_client.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef COMPONENTS_CRASH_CORE_APP_CRASH_REPORTER_CLIENT_H_
5
#ifndef COMPONENTS_CRASH_CORE_APP_CRASH_REPORTER_CLIENT_H_
6
#define COMPONENTS_CRASH_CORE_APP_CRASH_REPORTER_CLIENT_H_
6
#define COMPONENTS_CRASH_CORE_APP_CRASH_REPORTER_CLIENT_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
10
10
#include "build/build_config.h"
11
#include "build/build_config.h"
(-)a/components/feature_engagement/internal/event_storage_validator.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_STORAGE_VALIDATOR_H_
5
#ifndef COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_STORAGE_VALIDATOR_H_
6
#define COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_STORAGE_VALIDATOR_H_
6
#define COMPONENTS_FEATURE_ENGAGEMENT_INTERNAL_EVENT_STORAGE_VALIDATOR_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
10
10
namespace feature_engagement {
11
namespace feature_engagement {
(-)a/components/omnibox/browser/on_device_head_model.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef COMPONENTS_OMNIBOX_BROWSER_ON_DEVICE_HEAD_MODEL_H_
5
#ifndef COMPONENTS_OMNIBOX_BROWSER_ON_DEVICE_HEAD_MODEL_H_
6
#define COMPONENTS_OMNIBOX_BROWSER_ON_DEVICE_HEAD_MODEL_H_
6
#define COMPONENTS_OMNIBOX_BROWSER_ON_DEVICE_HEAD_MODEL_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <utility>
10
#include <utility>
10
#include <vector>
11
#include <vector>
(-)a/components/password_manager/core/browser/generation/password_generator.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_GENERATION_PASSWORD_GENERATOR_H_
5
#ifndef COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_GENERATION_PASSWORD_GENERATOR_H_
6
#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_GENERATION_PASSWORD_GENERATOR_H_
6
#define COMPONENTS_PASSWORD_MANAGER_CORE_BROWSER_GENERATION_PASSWORD_GENERATOR_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
10
10
11
(-)a/components/payments/content/utility/fingerprint_parser.h (+1 lines)
Lines 6-11 Link Here
6
#define COMPONENTS_PAYMENTS_CONTENT_UTILITY_FINGERPRINT_PARSER_H_
6
#define COMPONENTS_PAYMENTS_CONTENT_UTILITY_FINGERPRINT_PARSER_H_
7
7
8
#include <stddef.h>
8
#include <stddef.h>
9
#include <stdint.h>
9
10
10
#include <string>
11
#include <string>
11
#include <vector>
12
#include <vector>
(-)a/components/viz/common/view_transition_element_resource_id.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef COMPONENTS_VIZ_COMMON_VIEW_TRANSITION_ELEMENT_RESOURCE_ID_H_
5
#ifndef COMPONENTS_VIZ_COMMON_VIEW_TRANSITION_ELEMENT_RESOURCE_ID_H_
6
#define COMPONENTS_VIZ_COMMON_VIEW_TRANSITION_ELEMENT_RESOURCE_ID_H_
6
#define COMPONENTS_VIZ_COMMON_VIEW_TRANSITION_ELEMENT_RESOURCE_ID_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <vector>
10
#include <vector>
10
11
(-)a/device/base/synchronization/one_writer_seqlock.h (+1 lines)
Lines 6-11 Link Here
6
#define DEVICE_BASE_SYNCHRONIZATION_ONE_WRITER_SEQLOCK_H_
6
#define DEVICE_BASE_SYNCHRONIZATION_ONE_WRITER_SEQLOCK_H_
7
7
8
#include <atomic>
8
#include <atomic>
9
#include <cstdint>
9
#include <type_traits>
10
#include <type_traits>
10
11
11
#include "base/atomicops.h"
12
#include "base/atomicops.h"
(-)a/gpu/config/gpu_feature_info.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef GPU_CONFIG_GPU_FEATURE_INFO_H_
5
#ifndef GPU_CONFIG_GPU_FEATURE_INFO_H_
6
#define GPU_CONFIG_GPU_FEATURE_INFO_H_
6
#define GPU_CONFIG_GPU_FEATURE_INFO_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <vector>
10
#include <vector>
10
11
(-)a/net/cert/pki/string_util.h (+1 lines)
Lines 7-12 Link Here
7
7
8
#include "net/base/net_export.h"
8
#include "net/base/net_export.h"
9
9
10
#include <cstdint>
10
#include <string_view>
11
#include <string_view>
11
#include <vector>
12
#include <vector>
12
13
(-)a/net/cookies/cookie_inclusion_status.h (+1 lines)
Lines 6-11 Link Here
6
#define NET_COOKIES_COOKIE_INCLUSION_STATUS_H_
6
#define NET_COOKIES_COOKIE_INCLUSION_STATUS_H_
7
7
8
#include <bitset>
8
#include <bitset>
9
#include <cstdint>
9
#include <ostream>
10
#include <ostream>
10
#include <string>
11
#include <string>
11
#include <vector>
12
#include <vector>
(-)a/net/third_party/quiche/src/quiche/quic/core/crypto/quic_hkdf.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef QUICHE_QUIC_CORE_CRYPTO_QUIC_HKDF_H_
5
#ifndef QUICHE_QUIC_CORE_CRYPTO_QUIC_HKDF_H_
6
#define QUICHE_QUIC_CORE_CRYPTO_QUIC_HKDF_H_
6
#define QUICHE_QUIC_CORE_CRYPTO_QUIC_HKDF_H_
7
7
8
#include <cstdint>
8
#include <vector>
9
#include <vector>
9
10
10
#include "absl/strings/string_view.h"
11
#include "absl/strings/string_view.h"
(-)a/net/third_party/quiche/src/quiche/quic/core/quic_connection_id.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef QUICHE_QUIC_CORE_QUIC_CONNECTION_ID_H_
5
#ifndef QUICHE_QUIC_CORE_QUIC_CONNECTION_ID_H_
6
#define QUICHE_QUIC_CORE_QUIC_CONNECTION_ID_H_
6
#define QUICHE_QUIC_CORE_QUIC_CONNECTION_ID_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <vector>
10
#include <vector>
10
11
(-)a/pdf/document_attachment_info.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef PDF_DOCUMENT_ATTACHMENT_INFO_H_
5
#ifndef PDF_DOCUMENT_ATTACHMENT_INFO_H_
6
#define PDF_DOCUMENT_ATTACHMENT_INFO_H_
6
#define PDF_DOCUMENT_ATTACHMENT_INFO_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
10
10
11
(-)a/third_party/abseil-cpp/absl/strings/string_view.h (+1 lines)
Lines 30-35 Link Here
30
#include <algorithm>
30
#include <algorithm>
31
#include <cassert>
31
#include <cassert>
32
#include <cstddef>
32
#include <cstddef>
33
#include <cstdint>
33
#include <cstring>
34
#include <cstring>
34
#include <iosfwd>
35
#include <iosfwd>
35
#include <iterator>
36
#include <iterator>
(-)a/third_party/blink/public/common/bluetooth/web_bluetooth_device_id.h (+1 lines)
Lines 6-11 Link Here
6
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_BLUETOOTH_WEB_BLUETOOTH_DEVICE_ID_H_
6
#define THIRD_PARTY_BLINK_PUBLIC_COMMON_BLUETOOTH_WEB_BLUETOOTH_DEVICE_ID_H_
7
7
8
#include <array>
8
#include <array>
9
#include <cstdint>
9
#include <string>
10
#include <string>
10
11
11
#include "third_party/blink/public/common/common_export.h"
12
#include "third_party/blink/public/common/common_export.h"
(-)a/third_party/dawn/src/dawn/native/stream/ByteVectorSink.h (+1 lines)
Lines 15-20 Link Here
15
#ifndef SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_
15
#ifndef SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_
16
#define SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_
16
#define SRC_DAWN_NATIVE_STREAM_BYTEVECTORSINK_H_
17
17
18
#include <cstdint>
18
#include <ostream>
19
#include <ostream>
19
#include <vector>
20
#include <vector>
20
21
(-)a/third_party/openscreen/src/discovery/dnssd/public/dns_sd_instance.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef DISCOVERY_DNSSD_PUBLIC_DNS_SD_INSTANCE_H_
5
#ifndef DISCOVERY_DNSSD_PUBLIC_DNS_SD_INSTANCE_H_
6
#define DISCOVERY_DNSSD_PUBLIC_DNS_SD_INSTANCE_H_
6
#define DISCOVERY_DNSSD_PUBLIC_DNS_SD_INSTANCE_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <utility>
10
#include <utility>
10
#include <vector>
11
#include <vector>
(-)a/third_party/openscreen/src/discovery/dnssd/public/dns_sd_txt_record.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef DISCOVERY_DNSSD_PUBLIC_DNS_SD_TXT_RECORD_H_
5
#ifndef DISCOVERY_DNSSD_PUBLIC_DNS_SD_TXT_RECORD_H_
6
#define DISCOVERY_DNSSD_PUBLIC_DNS_SD_TXT_RECORD_H_
6
#define DISCOVERY_DNSSD_PUBLIC_DNS_SD_TXT_RECORD_H_
7
7
8
#include <cstdint>
8
#include <functional>
9
#include <functional>
9
#include <map>
10
#include <map>
10
#include <set>
11
#include <set>
(-)a/third_party/openscreen/src/util/base64.h (+1 lines)
Lines 5-10 Link Here
5
#ifndef UTIL_BASE64_H_
5
#ifndef UTIL_BASE64_H_
6
#define UTIL_BASE64_H_
6
#define UTIL_BASE64_H_
7
7
8
#include <cstdint>
8
#include <string>
9
#include <string>
9
#include <vector>
10
#include <vector>
10
11
(-)a/third_party/pdfium/constants/annotation_flags.h (+2 lines)
Lines 5-10 Link Here
5
#ifndef CONSTANTS_ANNOTATION_FLAGS_H_
5
#ifndef CONSTANTS_ANNOTATION_FLAGS_H_
6
#define CONSTANTS_ANNOTATION_FLAGS_H_
6
#define CONSTANTS_ANNOTATION_FLAGS_H_
7
7
8
#include <cstdint>
9
8
namespace pdfium {
10
namespace pdfium {
9
namespace annotation_flags {
11
namespace annotation_flags {
10
12
(-)a/third_party/perfetto/include/perfetto/ext/base/uuid.h (+1 lines)
Lines 18-23 Link Here
18
#define INCLUDE_PERFETTO_EXT_BASE_UUID_H_
18
#define INCLUDE_PERFETTO_EXT_BASE_UUID_H_
19
19
20
#include <array>
20
#include <array>
21
#include <cstdint>
21
#include <string>
22
#include <string>
22
23
23
#include "perfetto/ext/base/optional.h"
24
#include "perfetto/ext/base/optional.h"
(-)a/third_party/ruy/src/ruy/profiler/instrumentation.h (+2 lines)
Lines 18-24 limitations under the License. Link Here
18
18
19
#ifdef RUY_PROFILER
19
#ifdef RUY_PROFILER
20
#include <cstdio>
20
#include <cstdio>
21
#include <cstdlib>
21
#include <mutex>
22
#include <mutex>
23
#include <string>
22
#include <vector>
24
#include <vector>
23
#endif
25
#endif
24
26
(-)a/third_party/s2cellid/src/s2/util/math/vector.h (+1 lines)
Lines 22-27 Link Here
22
22
23
#include <algorithm>
23
#include <algorithm>
24
#include <cmath>
24
#include <cmath>
25
#include <cstdint>
25
#include <cstdlib>
26
#include <cstdlib>
26
#include <iosfwd>
27
#include <iosfwd>
27
#include <iostream>  // NOLINT(readability/streams)
28
#include <iostream>  // NOLINT(readability/streams)
(-)a/third_party/swiftshader/src/Device/RoutineCache.hpp (+2 lines)
Lines 15-20 Link Here
15
#ifndef sw_RoutineCache_hpp
15
#ifndef sw_RoutineCache_hpp
16
#define sw_RoutineCache_hpp
16
#define sw_RoutineCache_hpp
17
17
18
#include <cstdint>
19
18
#include "System/LRUCache.hpp"
20
#include "System/LRUCache.hpp"
19
21
20
#include "Reactor/Reactor.hpp"
22
#include "Reactor/Reactor.hpp"
(-)a/third_party/tflite/src/tensorflow/lite/kernels/internal/spectrogram.cc (+1 lines)
Lines 16-21 limitations under the License. Link Here
16
#include "tensorflow/lite/kernels/internal/spectrogram.h"
16
#include "tensorflow/lite/kernels/internal/spectrogram.h"
17
17
18
#include <assert.h>
18
#include <assert.h>
19
#include <cstdint>
19
#include <math.h>
20
#include <math.h>
20
21
21
#include "third_party/fft2d/fft.h"
22
#include "third_party/fft2d/fft.h"
(-)a/third_party/webrtc/rtc_base/third_party/base64/base64.h (+1 lines)
Lines 12-17 Link Here
12
#ifndef RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_
12
#ifndef RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_
13
#define RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_
13
#define RTC_BASE_THIRD_PARTY_BASE64_BASE64_H_
14
14
15
#include <cstdint>
15
#include <string>
16
#include <string>
16
#include <vector>
17
#include <vector>
17
18
(-)a/ui/events/types/scroll_types.h (+2 lines)
Lines 5-10 Link Here
5
#ifndef UI_EVENTS_TYPES_SCROLL_TYPES_H_
5
#ifndef UI_EVENTS_TYPES_SCROLL_TYPES_H_
6
#define UI_EVENTS_TYPES_SCROLL_TYPES_H_
6
#define UI_EVENTS_TYPES_SCROLL_TYPES_H_
7
7
8
#include <cstdint>
9
8
namespace ui {
10
namespace ui {
9
11
10
enum class ScrollGranularity : uint8_t {
12
enum class ScrollGranularity : uint8_t {
(-)a/ui/gfx/geometry/linear_gradient.h (+1 lines)
Lines 6-11 Link Here
6
#define UI_GFX_LINEAR_GRADIENT_H_
6
#define UI_GFX_LINEAR_GRADIENT_H_
7
7
8
#include <array>
8
#include <array>
9
#include <cstdint>
9
#include <string>
10
#include <string>
10
11
11
#include "ui/gfx/geometry/geometry_skia_export.h"
12
#include "ui/gfx/geometry/geometry_skia_export.h"
(-)a/ui/gfx/geometry/vector3d_f.h (-1 / +1 lines)
Lines 10-15 Link Here
10
#ifndef UI_GFX_GEOMETRY_VECTOR3D_F_H_
10
#ifndef UI_GFX_GEOMETRY_VECTOR3D_F_H_
11
#define UI_GFX_GEOMETRY_VECTOR3D_F_H_
11
#define UI_GFX_GEOMETRY_VECTOR3D_F_H_
12
12
13
#include <cstdint>
13
#include <iosfwd>
14
#include <iosfwd>
14
#include <string>
15
#include <string>
15
16
16
- 

Return to bug 905420