Index: third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp |
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp |
index ab45a4fd4c9b5b04746ba2da3f24ea5e1fb48295..9755bdbd864a7130321fc2b9f4588e71134ecf09 100644 |
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp |
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp |
@@ -4,6 +4,7 @@ |
#include "web/RemoteFrameClientImpl.h" |
+#include <memory> |
#include "core/events/KeyboardEvent.h" |
#include "core/events/MouseEvent.h" |
#include "core/events/WheelEvent.h" |
@@ -20,7 +21,6 @@ |
#include "web/WebLocalFrameImpl.h" |
#include "web/WebRemoteFrameImpl.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |