diff options
Diffstat (limited to 'components/net/tests/http_loader.rs')
-rw-r--r-- | components/net/tests/http_loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/tests/http_loader.rs b/components/net/tests/http_loader.rs index bc5112f1f58..ba8f2e1a3fd 100644 --- a/components/net/tests/http_loader.rs +++ b/components/net/tests/http_loader.rs @@ -2,7 +2,7 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use crate::cookie_rs::Cookie as CookiePair; +use cookie_rs::Cookie as CookiePair; use crate::fetch; use crate::fetch_with_context; use crate::make_server; |