Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / win / HWndDC.h
index 53cb538..29da03c 100644 (file)
@@ -29,7 +29,7 @@
 #include <windows.h>
 #include "wtf/NonCopyable.h"
 
-namespace WebCore {
+namespace blink {
 
 class HWndDC {
     WTF_MAKE_NONCOPYABLE(HWndDC);
@@ -84,6 +84,6 @@ private:
     HDC m_hdc;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // HWndDC_h