Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / scroll / ScrollbarThemeClient.h
index fc8585f..df31f31 100644 (file)
@@ -34,7 +34,7 @@
 #include "wtf/PassOwnPtr.h"
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 class Widget;
 
@@ -91,6 +91,6 @@ protected:
     virtual ~ScrollbarThemeClient() { }
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ScollbarThemeClient_h