Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / scroll / ScrollAnimator.h
index eebeea5..dd8c77d 100644 (file)
@@ -39,7 +39,7 @@
 #include "wtf/Forward.h"
 #include "wtf/Noncopyable.h"
 
-namespace WebCore {
+namespace blink {
 
 class FloatPoint;
 class ScrollableArea;
@@ -114,6 +114,6 @@ private:
     float clampScrollPosition(ScrollbarOrientation, float);
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ScrollAnimator_h