Index: Source/web/ScrollbarGroup.cpp |
diff --git a/Source/web/ScrollbarGroup.cpp b/Source/web/ScrollbarGroup.cpp |
index e2f232f4435726116ea3cb01994038e115e54fca..e23141c0037ea6e5db9d25dae1c6e74e924ebf98 100644 |
--- a/Source/web/ScrollbarGroup.cpp |
+++ b/Source/web/ScrollbarGroup.cpp |
@@ -34,7 +34,7 @@ |
using namespace WebCore; |
-namespace WebKit { |
+namespace blink { |
ScrollbarGroup::ScrollbarGroup(FrameView* frameView, const IntRect& frameRect) |
: m_frameView(frameView) |
@@ -292,4 +292,4 @@ int ScrollbarGroup::pageStep(ScrollbarOrientation orientation) const |
return std::max(pageStep, 1); |
} |
-} // namespace WebKit |
+} // namespace blink |