aboutsummaryrefslogtreecommitdiff
path: root/platform/test/fake_clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/test/fake_clock.h')
-rw-r--r--platform/test/fake_clock.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/platform/test/fake_clock.h b/platform/test/fake_clock.h
index 8847a687..766206fc 100644
--- a/platform/test/fake_clock.h
+++ b/platform/test/fake_clock.h
@@ -11,7 +11,6 @@
#include "platform/api/time.h"
namespace openscreen {
-namespace platform {
class FakeTaskRunner;
@@ -36,7 +35,6 @@ class FakeClock {
static std::atomic<Clock::time_point> now_;
};
-} // namespace platform
} // namespace openscreen
#endif // PLATFORM_TEST_FAKE_CLOCK_H_