Index: Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp |
diff --git a/Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp b/Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp |
index 7f91437761898f2df55e1b60eb5dbc87d2421de3..bd0c1bea06fe80a308324711d266d65343279830 100644 |
--- a/Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp |
+++ b/Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp |
@@ -32,7 +32,7 @@ |
#include "platform/scroll/ScrollableArea.h" |
#include "platform/scroll/ScrollbarThemeClient.h" |
-namespace WebCore { |
+namespace blink { |
bool ScrollbarThemeNonMacCommon::hasThumb(ScrollbarThemeClient* scrollbar) |
{ |
@@ -126,4 +126,4 @@ void ScrollbarThemeNonMacCommon::paintTickmarks(GraphicsContext* context, Scroll |
} |
} |
-} // namespace WebCore |
+} // namespace blink |