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);