Index: Source/platform/scroll/ScrollbarThemeNonMacCommon.h |
diff --git a/Source/platform/scroll/ScrollbarThemeNonMacCommon.h b/Source/platform/scroll/ScrollbarThemeNonMacCommon.h |
index 35f7431ccc354134e9036701ac8c9dd0ad5f1cc9..02f4820009f9a9b38d686a7383cf35a9df1316db 100644 |
--- a/Source/platform/scroll/ScrollbarThemeNonMacCommon.h |
+++ b/Source/platform/scroll/ScrollbarThemeNonMacCommon.h |
@@ -33,7 +33,7 @@ |
#include "platform/scroll/ScrollbarTheme.h" |
-namespace WebCore { |
+namespace blink { |
class PlatformMouseEvent; |
@@ -52,6 +52,6 @@ protected: |
virtual IntSize buttonSize(ScrollbarThemeClient*) = 0; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif |