Index: Source/platform/scroll/Scrollbar.cpp |
diff --git a/Source/platform/scroll/Scrollbar.cpp b/Source/platform/scroll/Scrollbar.cpp |
index 712d5c131b9540ea383a7c6de3ddeebf793842bb..afc4f732c173de8a4b6b8da6c7204cf8148f3abb 100644 |
--- a/Source/platform/scroll/Scrollbar.cpp |
+++ b/Source/platform/scroll/Scrollbar.cpp |
@@ -43,7 +43,7 @@ using namespace std; |
#define THUMB_POSITION_AFFECTS_BUTTONS |
#endif |
-namespace WebCore { |
+namespace blink { |
PassRefPtr<Scrollbar> Scrollbar::create(ScrollableArea* scrollableArea, ScrollbarOrientation orientation, ScrollbarControlSize size) |
{ |
@@ -603,4 +603,4 @@ float Scrollbar::scrollableAreaCurrentPos() const |
return m_scrollableArea->scrollPosition().y() - m_scrollableArea->minimumScrollPosition().y(); |
} |
-} // namespace WebCore |
+} // namespace blink |