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 b3b61b5dafc..c7720af7517 100644
--- a/components/shared/net/request.rs
+++ b/components/shared/net/request.rs
@@ -6,7 +6,7 @@ use std::sync::{Arc, Mutex};
use base::id::{PipelineId, WebViewId};
use content_security_policy::{self as csp};
-use http::header::{HeaderName, AUTHORIZATION};
+use http::header::{AUTHORIZATION, HeaderName};
use http::{HeaderMap, Method};
use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
use malloc_size_of_derive::MallocSizeOf;