Index: third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp |
index 2d0396548f24e9e6b883c8b439c56d06d8f5955e..aabffe40882a753176bdcf291a477f0840bfc637 100644 |
--- a/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp |
+++ b/third_party/WebKit/Source/core/inspector/ThreadDebugger.cpp |
@@ -4,6 +4,7 @@ |
#include "core/inspector/ThreadDebugger.h" |
+#include <memory> |
#include "bindings/core/v8/SourceLocation.h" |
#include "bindings/core/v8/V8Binding.h" |
#include "bindings/core/v8/V8DOMException.h" |
@@ -25,7 +26,6 @@ |
#include "platform/ScriptForbiddenScope.h" |
#include "wtf/CurrentTime.h" |
#include "wtf/PtrUtil.h" |
-#include <memory> |
namespace blink { |