Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(420)

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp

Issue 1450953002: Revert of Move ScrollAnimatorTest.cpp to Source/platform/scroll/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 86f4933faa7a1392368a2c2998de57302e122277..916560ae1e0e94e5313a2cbc4081fbd7690eab04 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableAreaTest.cpp
@@ -13,8 +13,6 @@
#include <gtest/gtest.h>
namespace blink {
-
-namespace {
class MockScrollableArea : public NoBaseWillBeGarbageCollectedFinalized<MockScrollableArea>, public ScrollableArea {
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(MockScrollableArea);
@@ -100,8 +98,6 @@
FakeWebThread m_webThread;
};
-} // namespace
-
class ScrollableAreaTest : public testing::Test {
public:
ScrollableAreaTest() : m_oldPlatform(nullptr) { }

Powered by Google App Engine
This is Rietveld 408576698