| Index: public/platform/WebCursorInfo.h
|
| diff --git a/public/platform/WebCursorInfo.h b/public/platform/WebCursorInfo.h
|
| index 5d26d0257f467a39fd683ec3723d20a9484dcdd2..ec597d1ef79a30b74a70105e4c8b9913e40f295e 100644
|
| --- a/public/platform/WebCursorInfo.h
|
| +++ b/public/platform/WebCursorInfo.h
|
| @@ -43,7 +43,7 @@ typedef struct HICON__* HICON;
|
| typedef HICON HCURSOR;
|
| #endif
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| struct WebCursorInfo {
|
| enum Type {
|
| @@ -120,6 +120,6 @@ struct WebCursorInfo {
|
| #endif
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|