| Index: Source/web/ScrollbarGroup.cpp
|
| diff --git a/Source/web/ScrollbarGroup.cpp b/Source/web/ScrollbarGroup.cpp
|
| index 766f138298e65e3e2529886dbbcd8e370dbade69..e9d121f42b507520d8b9c21bc4842c267770ce26 100644
|
| --- a/Source/web/ScrollbarGroup.cpp
|
| +++ b/Source/web/ScrollbarGroup.cpp
|
| @@ -32,7 +32,7 @@
|
| #include "public/platform/WebRect.h"
|
| #include "web/WebPluginScrollbarImpl.h"
|
|
|
| -using namespace WebCore;
|
| +using namespace blink;
|
|
|
| namespace blink {
|
|
|
| @@ -91,7 +91,7 @@ void ScrollbarGroup::setLastMousePosition(const IntPoint& point)
|
| m_lastMousePosition = point;
|
| }
|
|
|
| -int ScrollbarGroup::scrollSize(WebCore::ScrollbarOrientation orientation) const
|
| +int ScrollbarGroup::scrollSize(blink::ScrollbarOrientation orientation) const
|
| {
|
| WebPluginScrollbarImpl* webScrollbar = orientation == HorizontalScrollbar ? m_horizontalScrollbar : m_verticalScrollbar;
|
| if (!webScrollbar)
|
|
|