Index: third_party/WebKit/Source/web/tests/ScrollMetricsTest.cpp |
diff --git a/third_party/WebKit/Source/web/tests/ScrollMetricsTest.cpp b/third_party/WebKit/Source/web/tests/ScrollMetricsTest.cpp |
index a9587bc1877cf86cdee23646d851d74d7d6da1b8..99f23a01948f88cc2028fdbf6e39f5667093f8e5 100644 |
--- a/third_party/WebKit/Source/web/tests/ScrollMetricsTest.cpp |
+++ b/third_party/WebKit/Source/web/tests/ScrollMetricsTest.cpp |
@@ -4,6 +4,7 @@ |
#include "core/dom/ClientRect.h" |
#include "core/frame/LocalFrameView.h" |
+#include "core/frame/WebLocalFrameBase.h" |
#include "core/input/EventHandler.h" |
#include "core/layout/LayoutView.h" |
#include "core/paint/PaintLayerScrollableArea.h" |
@@ -12,7 +13,6 @@ |
#include "platform/testing/HistogramTester.h" |
#include "platform/testing/TestingPlatformSupport.h" |
#include "platform/testing/UnitTestHelpers.h" |
-#include "web/WebLocalFrameImpl.h" |
#include "web/tests/sim/SimDisplayItemList.h" |
#include "web/tests/sim/SimRequest.h" |
#include "web/tests/sim/SimTest.h" |