| Index: Source/platform/LifecycleContextTest.cpp
|
| diff --git a/Source/platform/LifecycleContextTest.cpp b/Source/platform/LifecycleContextTest.cpp
|
| index 883e26d8d8e8c43de2c09ea1005b071855ff62b9..972ebfca3de9287517fd1be64f6ced4a35cb2406 100644
|
| --- a/Source/platform/LifecycleContextTest.cpp
|
| +++ b/Source/platform/LifecycleContextTest.cpp
|
| @@ -29,11 +29,8 @@
|
| #include "platform/LifecycleNotifier.h"
|
| #include "platform/LifecycleObserver.h"
|
| #include "platform/heap/Handle.h"
|
| -
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace blink;
|
| -
|
| namespace blink {
|
|
|
| class TestingObserver;
|
| @@ -59,7 +56,7 @@ public:
|
| return adoptPtrWillBeNoop(new TestingObserver(context));
|
| }
|
|
|
| - virtual void contextDestroyed() override
|
| + void contextDestroyed() override
|
| {
|
| LifecycleObserver::contextDestroyed();
|
| if (m_observerToRemoveOnDestruct) {
|
|
|