| Index: third_party/WebKit/Source/platform/SharedBufferTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/SharedBufferTest.cpp b/third_party/WebKit/Source/platform/SharedBufferTest.cpp
|
| index bc3a8f2aea0b743f94d58caf8ee14d3ccbee0de4..7302a4855ae82a43936913d13e1427f5ef30339d 100644
|
| --- a/third_party/WebKit/Source/platform/SharedBufferTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/SharedBufferTest.cpp
|
| @@ -30,13 +30,13 @@
|
|
|
| #include "platform/SharedBuffer.h"
|
|
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/Vector.h"
|
| #include <algorithm>
|
| #include <cstdlib>
|
| #include <memory>
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace blink {
|
|
|
|
|