commit | 93cfea31ed03e20fe0b7e84c5bd4f39daa82607e | [log] [tgz] |
---|---|---|
author | Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> | Thu Jun 20 12:45:31 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 20 12:45:31 2024 |
tree | c44b9fde2a5fe6fc150957ca4bd57da7ee334f8c | |
parent | 1ea3e3c7aa35be5f2c628c8a4c62f60781ca7ea0 [diff] |
compute pressure: Use Blink Mojo namespace in Blink Change-Id: I44d36d61f6af6dbf96ae4de74768e1c7e4161b73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5640826 Reviewed-by: Arnaud Mandy <arnaud.mandy@intel.com> Commit-Queue: Arnaud Mandy <arnaud.mandy@intel.com> Auto-Submit: Raphael Kubo Da Costa <raphael.kubo.da.costa@intel.com> Cr-Commit-Position: refs/heads/main@{#1317309}
diff --git a/third_party/blink/renderer/modules/compute_pressure/pressure_observer_test_utils.cc b/third_party/blink/renderer/modules/compute_pressure/pressure_observer_test_utils.cc index 86ddb85..34d85d68 100644 --- a/third_party/blink/renderer/modules/compute_pressure/pressure_observer_test_utils.cc +++ b/third_party/blink/renderer/modules/compute_pressure/pressure_observer_test_utils.cc
@@ -29,7 +29,7 @@ void FakePressureService::AddClient( mojo::PendingRemote<device::mojom::blink::PressureClient> client, - device::mojom::PressureSource source, + device::mojom::blink::PressureSource source, AddClientCallback callback) { client_remote_.Bind(std::move(client)); std::move(callback).Run(device::mojom::blink::PressureStatus::kOk);