| Index: Source/platform/win/HWndDC.h
|
| diff --git a/Source/platform/win/HWndDC.h b/Source/platform/win/HWndDC.h
|
| index 53cb538177eda1abada527e68c7cb7c9e4cc2d2a..29da03cd219be3e37a73887058414ab4f059c22f 100644
|
| --- a/Source/platform/win/HWndDC.h
|
| +++ b/Source/platform/win/HWndDC.h
|
| @@ -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
|
|
|