| Index: Source/core/platform/chromium/support/WebScrollbarImpl.h
|
| diff --git a/Source/core/platform/chromium/support/WebScrollbarImpl.h b/Source/core/platform/chromium/support/WebScrollbarImpl.h
|
| index e5459ded05b32afe7c8eee65b9fedec90c7e80c9..2be73d55b9fca8139ccd9ca1a66de15073761d6c 100644
|
| --- a/Source/core/platform/chromium/support/WebScrollbarImpl.h
|
| +++ b/Source/core/platform/chromium/support/WebScrollbarImpl.h
|
| @@ -31,13 +31,13 @@ namespace WebCore {
|
| class Scrollbar;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebScrollbarImpl : public WebScrollbar {
|
| public:
|
| explicit WebScrollbarImpl(WebCore::Scrollbar*);
|
|
|
| - // Implement WebKit::WebScrollbar methods
|
| + // Implement blink::WebScrollbar methods
|
| virtual bool isOverlay() const OVERRIDE;
|
| virtual int value() const OVERRIDE;
|
| virtual WebPoint location() const OVERRIDE;
|
| @@ -62,6 +62,6 @@ private:
|
| RefPtr<WebCore::Scrollbar> m_scrollbar;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|