Index: third_party/WebKit/Source/bindings/core/v8/SourceLocation.h |
diff --git a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h |
index 7b4ed1c3f0bdd0866bac6e4268af60f616f46b82..d69459d46cc8f995b1b422e154d9595cd4239a3b 100644 |
--- a/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h |
+++ b/third_party/WebKit/Source/bindings/core/v8/SourceLocation.h |
@@ -5,12 +5,12 @@ |
#ifndef SourceLocation_h |
#define SourceLocation_h |
+#include <v8-inspector-protocol.h> |
+#include <memory> |
#include "core/CoreExport.h" |
#include "platform/CrossThreadCopier.h" |
#include "wtf/Forward.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
-#include <v8-inspector-protocol.h> |
namespace blink { |