| Index: public/web/WebTouchPoint.h
|
| diff --git a/public/web/WebTouchPoint.h b/public/web/WebTouchPoint.h
|
| index bfad695d8eaca6780bb3264bdee4774b8c9ed2cf..0093f0f6f565add3f53c97fdacd7d53a64f79458 100644
|
| --- a/public/web/WebTouchPoint.h
|
| +++ b/public/web/WebTouchPoint.h
|
| @@ -34,7 +34,7 @@
|
| #include "../platform/WebCommon.h"
|
| #include "../platform/WebPoint.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebTouchPoint {
|
| public:
|
| @@ -68,6 +68,6 @@ public:
|
| float force;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|