Index: Source/core/platform/chromium/support/WebScrollbarImpl.cpp |
diff --git a/Source/core/platform/chromium/support/WebScrollbarImpl.cpp b/Source/core/platform/chromium/support/WebScrollbarImpl.cpp |
index 53b0d49d4c7cc2d274481ba08dc3abfe238da2ff..b8a9106762ff051a2262d504f7b6b0a35f70388c 100644 |
--- a/Source/core/platform/chromium/support/WebScrollbarImpl.cpp |
+++ b/Source/core/platform/chromium/support/WebScrollbarImpl.cpp |
@@ -29,7 +29,7 @@ |
#include "core/platform/Scrollbar.h" |
#include "platform/geometry/IntRect.h" |
-namespace WebKit { |
+namespace blink { |
WebScrollbarImpl::WebScrollbarImpl(WebCore::Scrollbar* scrollbar) |
: m_scrollbar(scrollbar) |
@@ -138,4 +138,4 @@ void WebScrollbarImpl::setIsAlphaLocked(bool flag) |
m_scrollbar->setIsAlphaLocked(flag); |
} |
-} // namespace WebKit |
+} // namespace blink |