зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1265275 - Removed 'using namespace mozilla;' and 'using namespace mozilla::dom;' wih namespace mozilla {..} namespace dom {..} in PresentationSessionInfo.cpp r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D92535
This commit is contained in:
Родитель
78d06fb142
Коммит
9210b94c06
|
@ -34,9 +34,6 @@
|
|||
# include "nsIPresentationNetworkHelper.h"
|
||||
#endif // MOZ_WIDGET_ANDROID
|
||||
|
||||
using namespace mozilla;
|
||||
using namespace mozilla::dom;
|
||||
|
||||
/*
|
||||
* Implementation of PresentationChannelDescription
|
||||
*/
|
||||
|
@ -128,9 +125,6 @@ class TCPPresentationChannelDescription final
|
|||
uint16_t mPort;
|
||||
};
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
|
||||
NS_IMPL_ISUPPORTS(TCPPresentationChannelDescription,
|
||||
nsIPresentationChannelDescription)
|
||||
|
||||
|
@ -1537,3 +1531,6 @@ void PresentationPresentingInfo::RejectedCallback(
|
|||
|
||||
ReplyError(NS_ERROR_DOM_OPERATION_ERR);
|
||||
}
|
||||
|
||||
} // namespace dom
|
||||
} // namespace mozilla
|
||||
|
|
Загрузка…
Ссылка в новой задаче