Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / frame / DOMWindowLifecycleNotifier.h
index e652e99..b9c4eb2 100644 (file)
@@ -32,7 +32,7 @@
 #include "wtf/TemporaryChange.h"
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 class LocalDOMWindow;
 
@@ -54,6 +54,6 @@ private:
     DOMWindowObserverSet m_windowObservers;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // DOMWindowLifecycleNotifier_h