| Index: Source/platform/LifecycleNotifier.h
|
| diff --git a/Source/platform/LifecycleNotifier.h b/Source/platform/LifecycleNotifier.h
|
| index 57d684f009aa4b463b3ac7e83c32ac36dabbf581..6797af8a9cb2061ed9652098f35bda8f12af7946 100644
|
| --- a/Source/platform/LifecycleNotifier.h
|
| +++ b/Source/platform/LifecycleNotifier.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/TemporaryChange.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| template<typename T> class LifecycleContext;
|
|
|
| @@ -113,6 +113,6 @@ inline void LifecycleNotifier<T>::removeObserver(typename LifecycleNotifier<T>::
|
|
|
|
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // LifecycleNotifier_h
|
|
|