Index: Source/core/rendering/RenderTextControl.cpp |
diff --git a/Source/core/rendering/RenderTextControl.cpp b/Source/core/rendering/RenderTextControl.cpp |
index 32fc3a8f8421c7c00bf6c67167bc33ba02166343..0251ff8492a7f5339c68a5beb0614545c0eb063c 100644 |
--- a/Source/core/rendering/RenderTextControl.cpp |
+++ b/Source/core/rendering/RenderTextControl.cpp |
@@ -26,10 +26,10 @@ |
#include "HitTestResult.h" |
#include "RenderText.h" |
#include "RenderTheme.h" |
-#include "ScrollbarTheme.h" |
#include "StyleInheritedData.h" |
#include "TextIterator.h" |
#include "VisiblePosition.h" |
+#include "core/platform/ScrollbarTheme.h" |
#include <wtf/unicode/CharacterNames.h> |
using namespace std; |