| Index: Source/platform/scroll/ScrollableArea.h
|
| diff --git a/Source/platform/scroll/ScrollableArea.h b/Source/platform/scroll/ScrollableArea.h
|
| index 15b27b7cc4fd541aac0935766f7f9d4bf5c1dff8..d32b1b623874e705021997a5a3b6475ba435cbb4 100644
|
| --- a/Source/platform/scroll/ScrollableArea.h
|
| +++ b/Source/platform/scroll/ScrollableArea.h
|
| @@ -32,7 +32,7 @@
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class FloatPoint;
|
| class GraphicsContext;
|
| @@ -283,6 +283,6 @@ private:
|
| IntPoint m_scrollOrigin;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScrollableArea_h
|
|
|