| Index: Source/platform/LifecycleObserver.h
|
| diff --git a/Source/platform/LifecycleObserver.h b/Source/platform/LifecycleObserver.h
|
| index d1609f5110ea229f88b28c1aaa6a4dc3396297ac..54fc27691b779d959afc518cff61b3c01915182e 100644
|
| --- a/Source/platform/LifecycleObserver.h
|
| +++ b/Source/platform/LifecycleObserver.h
|
| @@ -29,7 +29,7 @@
|
|
|
| #include "wtf/Assertions.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| template<typename T>
|
| class LifecycleObserver {
|
| @@ -88,6 +88,6 @@ inline void LifecycleObserver<T>::observeContext(typename LifecycleObserver<T>::
|
| observerContext(m_lifecycleContext, this);
|
| }
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // LifecycleObserver_h
|
|
|