diff options
author | Moonchild <moonchild@palemoon.org> | 2022-03-05 22:06:52 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-03-21 13:24:37 +0000 |
commit | 3088694b8d280f2638c459704d794a50377e768e (patch) | |
tree | 0ae8b3f085381f47fa45991dc2b1e33488038b91 /xpcom/threads/nsTimerImpl.cpp | |
parent | 830d28b5902b1957569a1a99446bea80feadc0f1 (diff) | |
download | aura-central-3088694b8d280f2638c459704d794a50377e768e.tar.gz |
Issue %2 - De-unify sources in xpcom (2 of 2)
Diffstat (limited to 'xpcom/threads/nsTimerImpl.cpp')
-rw-r--r-- | xpcom/threads/nsTimerImpl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xpcom/threads/nsTimerImpl.cpp b/xpcom/threads/nsTimerImpl.cpp index 9e58ed023..3ca54fd61 100644 --- a/xpcom/threads/nsTimerImpl.cpp +++ b/xpcom/threads/nsTimerImpl.cpp @@ -13,6 +13,7 @@ #include "mozilla/Atomics.h" #include "mozilla/IntegerPrintfMacros.h" #include "mozilla/Logging.h" + #ifdef MOZ_TASK_TRACER #include "GeckoTaskTracerImpl.h" using namespace mozilla::tasktracer; @@ -27,6 +28,7 @@ using namespace mozilla::tasktracer; #include <unistd.h> #endif +using namespace mozilla; using mozilla::Atomic; using mozilla::LogLevel; using mozilla::TimeDuration; |