| Index: Source/platform/Cursor.h
|
| diff --git a/Source/platform/Cursor.h b/Source/platform/Cursor.h
|
| index 25de699f49bc398fbc4c86d2c652c4c475e4a709..7fd1261356500b04f1af0549aedc9ee5ccf63fdf 100644
|
| --- a/Source/platform/Cursor.h
|
| +++ b/Source/platform/Cursor.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/Assertions.h"
|
| #include "wtf/RefPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT Cursor {
|
| WTF_MAKE_FAST_ALLOCATED;
|
| @@ -165,6 +165,6 @@ PLATFORM_EXPORT const Cursor& noneCursor();
|
| PLATFORM_EXPORT const Cursor& grabCursor();
|
| PLATFORM_EXPORT const Cursor& grabbingCursor();
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // Cursor_h
|
|
|