Index: third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
index fa53cf4be94d6f5fdaa592e667ebd34d4fd8f577..919b58bc645755a61d51b3522b89b21b6f77333a 100644 |
--- a/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp |
@@ -56,6 +56,8 @@ |
#include "platform/animation/CompositorAnimationHost.h" |
#include "platform/graphics/Color.h" |
#include "platform/graphics/CompositorMutatorClient.h" |
+#include "platform/wtf/AutoReset.h" |
+#include "platform/wtf/PtrUtil.h" |
#include "public/web/WebAutofillClient.h" |
#include "public/web/WebPlugin.h" |
#include "public/web/WebRange.h" |
@@ -74,8 +76,6 @@ |
#include "web/WebPluginContainerImpl.h" |
#include "web/WebRemoteFrameImpl.h" |
#include "web/WebViewFrameWidget.h" |
-#include "wtf/AutoReset.h" |
-#include "wtf/PtrUtil.h" |
namespace blink { |