Bug 1342032 - Remove useless a "using" declaration in TestShellParent.cpp r=bholley

This commit is contained in:
Noam Schmitt 2017-02-23 14:24:48 +01:00
parent d8b587f15b
commit 9ae09abe58

View File

@ -17,7 +17,6 @@ using namespace mozilla;
using mozilla::ipc::TestShellParent;
using mozilla::ipc::TestShellCommandParent;
using mozilla::ipc::PTestShellCommandParent;
using mozilla::dom::ContentParent;
void
TestShellParent::ActorDestroy(ActorDestroyReason aWhy)