Remove unused content-blocker dependency from unit tests.

This commit is contained in:
Ms2ger 2017-03-09 10:29:34 +01:00
parent 802440dbf0
commit c1e8beacdc
4 changed files with 0 additions and 15 deletions

View file

@ -2,7 +2,6 @@
* 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 content_blocker::parse_list;
use cookie_rs::Cookie as CookiePair;
use devtools_traits::{ChromeToDevtoolsControlMsg, DevtoolsControlMsg, NetworkEvent};
use devtools_traits::HttpRequest as DevtoolsHttpRequest;