| Index: Source/platform/scroll/ScrollAnimatorNone.h
|
| diff --git a/Source/platform/scroll/ScrollAnimatorNone.h b/Source/platform/scroll/ScrollAnimatorNone.h
|
| index a72b636044552624152f6dd3f948c9077c2ba89f..a032341e20a0533eaceb123d1c900bfa507add28 100644
|
| --- a/Source/platform/scroll/ScrollAnimatorNone.h
|
| +++ b/Source/platform/scroll/ScrollAnimatorNone.h
|
| @@ -37,7 +37,7 @@
|
|
|
| class ScrollAnimatorNoneTest;
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class IntPoint;
|
| class ActivePlatformGestureAnimation;
|
| @@ -151,6 +151,6 @@ protected:
|
| bool m_animationActive;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScrollAnimatorNone_h
|
|
|