| 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 00b620a0c9a2bdd5eebed1d7d2a2cdaf28d7c703..acdb8e12dc7e43594caa01f3d07d9d74e9902947 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 {
|
|
|
|
|