Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / style / CursorData.h
index 90934a2..7f86de6 100644 (file)
@@ -28,7 +28,7 @@
 #include "core/rendering/style/StyleImage.h"
 #include "platform/geometry/IntPoint.h"
 
-namespace WebCore {
+namespace blink {
 
 class CursorData {
 public:
@@ -59,6 +59,6 @@ private:
     IntPoint m_hotSpot; // for CSS3 support
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // CursorData_h