Index: third_party/WebKit/Source/core/xml/parser/SharedBufferReaderTest.cpp |
diff --git a/third_party/WebKit/Source/core/xml/parser/SharedBufferReaderTest.cpp b/third_party/WebKit/Source/core/xml/parser/SharedBufferReaderTest.cpp |
index 10081c91659d965a0c7e81e23bd3ed975900aa1d..fb92866fc35fe3f5526e88abe1e471508f2ad8ca 100644 |
--- a/third_party/WebKit/Source/core/xml/parser/SharedBufferReaderTest.cpp |
+++ b/third_party/WebKit/Source/core/xml/parser/SharedBufferReaderTest.cpp |
@@ -30,10 +30,10 @@ |
#include "core/xml/parser/SharedBufferReader.h" |
-#include "platform/SharedBuffer.h" |
-#include "testing/gtest/include/gtest/gtest.h" |
#include <algorithm> |
#include <cstdlib> |
+#include "platform/SharedBuffer.h" |
+#include "testing/gtest/include/gtest/gtest.h" |
namespace blink { |