Index: third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
index 916560ae1e0e94e5313a2cbc4081fbd7690eab04..86f4933faa7a1392368a2c2998de57302e122277 100644 |
--- a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp |
@@ -14,6 +14,8 @@ |
namespace blink { |
+namespace { |
+ |
class MockScrollableArea : public NoBaseWillBeGarbageCollectedFinalized<MockScrollableArea>, public ScrollableArea { |
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MockScrollableArea); |
public: |
@@ -98,6 +100,8 @@ private: |
FakeWebThread m_webThread; |
}; |
+} // namespace |
+ |
class ScrollableAreaTest : public testing::Test { |
public: |
ScrollableAreaTest() : m_oldPlatform(nullptr) { } |