Index: cc/CCScrollbarAnimationController.cpp |
diff --git a/cc/CCScrollbarAnimationController.cpp b/cc/CCScrollbarAnimationController.cpp |
index fa5ef0d489993e8df526c8398c8e3b839a049568..2146c25064e1736d869c6a412211866d34da4588 100644 |
--- a/cc/CCScrollbarAnimationController.cpp |
+++ b/cc/CCScrollbarAnimationController.cpp |
@@ -13,7 +13,7 @@ |
#include "CCScrollbarAnimationControllerLinearFade.h" |
#endif |
-namespace WebCore { |
+namespace cc { |
#if OS(ANDROID) |
PassOwnPtr<CCScrollbarAnimationController> CCScrollbarAnimationController::create(CCLayerImpl* scrollLayer) |
@@ -89,4 +89,4 @@ void CCScrollbarAnimationController::updateScrollOffsetAtTime(CCLayerImpl* scrol |
} |
} |
-} // namespace WebCore |
+} // namespace cc |