Index: third_party/WebKit/Source/core/frame/FrameView.h |
diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h |
index 4c61551b601ef4d4fcdb88b0cefa1287a5a1fa29..9dc642a7ad156b81d03b3ee924d6453a8a03bc3c 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameView.h |
+++ b/third_party/WebKit/Source/core/frame/FrameView.h |
@@ -26,6 +26,7 @@ |
#ifndef FrameView_h |
#define FrameView_h |
+#include <memory> |
#include "core/CoreExport.h" |
#include "core/dom/DocumentLifecycle.h" |
#include "core/frame/FrameViewAutoSizeInfo.h" |
@@ -57,7 +58,6 @@ |
#include "wtf/HashSet.h" |
#include "wtf/ListHashSet.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
namespace blink { |