Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index 19df220a954656fe7b4ef7bc1567ae0ccbe6aed9..96c97df88f3aee7a1f0ce97ac947bce6b7317f82 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -39,6 +39,10 @@ |
#include "platform/geometry/IntRect.h" |
#include "platform/graphics/GraphicsLayer.h" |
#include "platform/heap/Handle.h" |
+#include "platform/wtf/Compiler.h" |
+#include "platform/wtf/HashSet.h" |
+#include "platform/wtf/RefCounted.h" |
+#include "platform/wtf/Vector.h" |
#include "public/platform/WebDisplayMode.h" |
#include "public/platform/WebFloatSize.h" |
#include "public/platform/WebGestureCurveTarget.h" |
@@ -64,10 +68,6 @@ |
#include "web/SpellCheckerClientImpl.h" |
#include "web/StorageClientImpl.h" |
#include "web/WebExport.h" |
-#include "wtf/Compiler.h" |
-#include "wtf/HashSet.h" |
-#include "wtf/RefCounted.h" |
-#include "wtf/Vector.h" |
namespace blink { |