Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / scroll / ScrollbarThemeNonMacCommon.h
index 35f7431..02f4820 100644 (file)
@@ -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