aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/blob_url_store.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net_traits/blob_url_store.rs')
-rw-r--r--components/net_traits/blob_url_store.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net_traits/blob_url_store.rs b/components/net_traits/blob_url_store.rs
index b3873c945ba..961d7ae20ad 100644
--- a/components/net_traits/blob_url_store.rs
+++ b/components/net_traits/blob_url_store.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 filemanager_thread::FileOrigin;
+use crate::filemanager_thread::FileOrigin;
use servo_url::ServoUrl;
use std::str::FromStr;
use url::Url;