Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 6a4dfa7

Browse files
authored
include zx::clock from new location to fix Fuchsia autoroll. (#10968)
1 parent ed88d0a commit 6a4dfa7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ deps = {
556556
'packages': [
557557
{
558558
'package': 'fuchsia/sdk/core/linux-amd64',
559-
'version': 'xqsy5HPHed5ZTUyCVHx-Q8Yn-hofd8V-U-nfjyefb44C'
559+
'version': 'u8FN9tYky6Gbj_s5kl_CNjY6DywZv2yxXWxT1_gREi4C'
560560
}
561561
],
562562
'condition': 'host_os == "linux"',

ci/licenses_golden/licenses_fuchsia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: e5ec1e2ffadd1750d30fc525dde9b728
1+
Signature: 423252bba482a3d05f9f0209be1f6e50
22

33
UNUSED LICENSES:
44

shell/platform/fuchsia/dart_runner/dart_component_controller.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
#include <lib/fidl/cpp/string.h>
1616
#include <lib/sys/cpp/service_directory.h>
1717
#include <lib/syslog/global.h>
18+
#include <lib/zx/clock.h>
1819
#include <lib/zx/thread.h>
19-
#include <lib/zx/time.h>
2020
#include <sys/stat.h>
2121
#include <sys/types.h>
2222
#include <unistd.h>

0 commit comments

Comments
 (0)