| Index: Source/platform/LifecycleContextTest.cpp
|
| diff --git a/Source/platform/LifecycleContextTest.cpp b/Source/platform/LifecycleContextTest.cpp
|
| index a7224d542f77bfbef20335c8d69ef3602f0d395e..c885aaf6c94229f12b6730aa15281282cc744fbe 100644
|
| --- a/Source/platform/LifecycleContextTest.cpp
|
| +++ b/Source/platform/LifecycleContextTest.cpp
|
| @@ -31,14 +31,14 @@
|
| #include "platform/LifecycleNotifier.h"
|
| #include <gtest/gtest.h>
|
|
|
| -using namespace WebCore;
|
| +using namespace blink;
|
|
|
| namespace {
|
| class DummyContext : public LifecycleContext<DummyContext> {
|
| };
|
| }
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| template<> void observerContext(DummyContext* context, LifecycleObserver<DummyContext>* observer)
|
| {
|
|
|