Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
index fb071feb89c51a55fe5b11df27c789d0691609d6..f5609f567ce94d84fbd3840573cf83175027a774 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.h |
@@ -34,6 +34,8 @@ |
#include "platform/graphics/GraphicsLayer.h" |
#include "platform/heap/SelfKeepAlive.h" |
#include "platform/scroll/ScrollTypes.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/HashSet.h" |
#include "public/platform/WebCoalescedInputEvent.h" |
#include "public/platform/WebPoint.h" |
#include "public/platform/WebSize.h" |
@@ -43,8 +45,6 @@ |
#include "web/WebInputMethodControllerImpl.h" |
#include "web/WebLocalFrameImpl.h" |
#include "web/WebViewImpl.h" |
-#include "wtf/Assertions.h" |
-#include "wtf/HashSet.h" |
namespace blink { |