Index: third_party/WebKit/Source/core/frame/FrameConsole.cpp |
diff --git a/third_party/WebKit/Source/core/frame/FrameConsole.cpp b/third_party/WebKit/Source/core/frame/FrameConsole.cpp |
index 03d0c1296ffdcf1ce5507e613b3041e7ef1bf159..73d4720dc091c8b58c3976c35f14f42cb837eca4 100644 |
--- a/third_party/WebKit/Source/core/frame/FrameConsole.cpp |
+++ b/third_party/WebKit/Source/core/frame/FrameConsole.cpp |
@@ -28,6 +28,7 @@ |
#include "core/frame/FrameConsole.h" |
+#include <memory> |
#include "bindings/core/v8/SourceLocation.h" |
#include "core/frame/FrameHost.h" |
#include "core/frame/LocalFrame.h" |
@@ -39,7 +40,6 @@ |
#include "platform/network/ResourceError.h" |
#include "platform/network/ResourceResponse.h" |
#include "wtf/text/StringBuilder.h" |
-#include <memory> |
namespace blink { |