Index: third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp |
diff --git a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp |
index d0d9559b497fc72bcc0d4f161d09b58069e4ec96..ff4bbbd74955a395503e608747b8b0e446130fba 100644 |
--- a/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp |
+++ b/third_party/WebKit/Source/core/inspector/InspectorNetworkAgent.cpp |
@@ -30,6 +30,7 @@ |
#include "core/inspector/InspectorNetworkAgent.h" |
+#include <memory> |
#include "bindings/core/v8/ExceptionState.h" |
#include "bindings/core/v8/SourceLocation.h" |
#include "core/dom/Document.h" |
@@ -78,7 +79,6 @@ |
#include "wtf/CurrentTime.h" |
#include "wtf/RefPtr.h" |
#include "wtf/text/Base64.h" |
-#include <memory> |
namespace blink { |