diff --git a/dom/presentation/ipc/PresentationChild.cpp b/dom/presentation/ipc/PresentationChild.cpp index 103a7b7c6ecb..77737e2e5eb6 100644 --- a/dom/presentation/ipc/PresentationChild.cpp +++ b/dom/presentation/ipc/PresentationChild.cpp @@ -11,8 +11,8 @@ #include "PresentationIPCService.h" #include "nsThreadUtils.h" -using namespace mozilla; -using namespace mozilla::dom; +namespace mozilla { +namespace dom { /* * Implementation of PresentationChild @@ -168,3 +168,6 @@ mozilla::ipc::IPCResult PresentationRequestChild::RecvNotifyRequestUrlSelected( Unused << NS_WARN_IF(NS_FAILED(mCallback->NotifySuccess(aUrl))); return IPC_OK(); } + +} // namespace dom +} // namespace mozilla