| Index: Source/core/platform/chromium/support/WebCursorInfo.cpp
|
| diff --git a/Source/core/platform/chromium/support/WebCursorInfo.cpp b/Source/core/platform/chromium/support/WebCursorInfo.cpp
|
| index 0e7dfa51365c1987adce7b3a8d5b522a1cf450c4..e2fc7bd9037fd63fd62d15d5005d8be0722711a4 100644
|
| --- a/Source/core/platform/chromium/support/WebCursorInfo.cpp
|
| +++ b/Source/core/platform/chromium/support/WebCursorInfo.cpp
|
| @@ -35,7 +35,7 @@
|
|
|
| using namespace WebCore;
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| WebCursorInfo::WebCursorInfo(const Cursor& cursor)
|
| : type(static_cast<Type>(cursor.type()))
|
| @@ -48,4 +48,4 @@ WebCursorInfo::WebCursorInfo(const Cursor& cursor)
|
| {
|
| }
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|