| Index: Source/platform/scroll/FramelessScrollView.h
|
| diff --git a/Source/platform/scroll/FramelessScrollView.h b/Source/platform/scroll/FramelessScrollView.h
|
| index 29c7193fb43ed8ee03a9afb7decf45e5b10f436b..45eb22c9403ba27e5b79bf6e23008abc3db08f6d 100644
|
| --- a/Source/platform/scroll/FramelessScrollView.h
|
| +++ b/Source/platform/scroll/FramelessScrollView.h
|
| @@ -34,7 +34,7 @@
|
| #include "platform/PlatformExport.h"
|
| #include "platform/scroll/ScrollView.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FramelessScrollViewClient;
|
| class PlatformGestureEvent;
|
| @@ -89,6 +89,6 @@ private:
|
| FramelessScrollViewClient* m_client;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif
|
|
|