diff options
Diffstat (limited to 'components/net/about_loader.rs')
-rw-r--r-- | components/net/about_loader.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net/about_loader.rs b/components/net/about_loader.rs index bc87727c768..c5766dad14a 100644 --- a/components/net/about_loader.rs +++ b/components/net/about_loader.rs @@ -8,7 +8,7 @@ use file_loader; use url::Url; use hyper::http::RawStatus; -use servo_util::resource_files::resources_dir_path; +use util::resource_files::resources_dir_path; use std::borrow::ToOwned; use std::io::fs::PathExtensions; |