aboutsummaryrefslogtreecommitdiffstats
path: root/components/shared/net/request.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/shared/net/request.rs')
-rw-r--r--components/shared/net/request.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/net/request.rs b/components/shared/net/request.rs
index 346614bc73e..77b37e17b75 100644
--- a/components/shared/net/request.rs
+++ b/components/shared/net/request.rs
@@ -4,13 +4,13 @@
use std::sync::{Arc, Mutex};
+use base::id::PipelineId;
use content_security_policy::{self as csp, CspList};
use http::header::{HeaderName, AUTHORIZATION};
use http::{HeaderMap, Method};
use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
use malloc_size_of_derive::MallocSizeOf;
use mime::Mime;
-use msg::constellation_msg::PipelineId;
use serde::{Deserialize, Serialize};
use servo_url::{ImmutableOrigin, ServoUrl};