| Index: Source/platform/scroll/ScrollView.h
|
| diff --git a/Source/platform/scroll/ScrollView.h b/Source/platform/scroll/ScrollView.h
|
| index f19d07759c13e6140bacf5450cd8ff7be4dddff5..2dab9894cf2592c8f2af118ad1c87427f3fdaadb 100644
|
| --- a/Source/platform/scroll/ScrollView.h
|
| +++ b/Source/platform/scroll/ScrollView.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/HashSet.h"
|
| #include "wtf/TemporaryChange.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class HostWindow;
|
| class Scrollbar;
|
| @@ -344,6 +344,6 @@ private:
|
|
|
| DEFINE_TYPE_CASTS(ScrollView, Widget, widget, widget->isScrollView(), widget.isScrollView());
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // ScrollView_h
|
|
|