| Index: cc/CCScrollbarAnimationController.h
|
| diff --git a/cc/CCScrollbarAnimationController.h b/cc/CCScrollbarAnimationController.h
|
| index 256b463e1ce2dfad6d47e13d5adc3e27844d6d17..627ea6bb116d0195e36295cd2efc103a767049cb 100644
|
| --- a/cc/CCScrollbarAnimationController.h
|
| +++ b/cc/CCScrollbarAnimationController.h
|
| @@ -9,7 +9,7 @@
|
| #include "IntSize.h"
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class CCLayerImpl;
|
| class CCScrollbarLayerImpl;
|
| @@ -59,6 +59,6 @@ private:
|
| IntSize m_maximum;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // CCScrollbarAnimationController_h
|
|
|