| Index: third_party/WebKit/Source/platform/wtf/DequeTest.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/DequeTest.cpp b/third_party/WebKit/Source/platform/wtf/DequeTest.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/wtf/DequeTest.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/DequeTest.cpp
|
| index d4e2655dac6b09101ba78b8e905c1c9fb7b64c76..fe65902abb433e2c1e674326eee1ccde1f0d8a79 100644
|
| --- a/third_party/WebKit/Source/wtf/DequeTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/DequeTest.cpp
|
| @@ -23,11 +23,11 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/Deque.h"
|
| +#include "platform/wtf/Deque.h"
|
|
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/PtrUtil.h"
|
| #include <memory>
|
|
|
| namespace WTF {
|
|
|