| Index: third_party/WebKit/Source/platform/wtf/VectorTest.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/VectorTest.cpp b/third_party/WebKit/Source/platform/wtf/VectorTest.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/wtf/VectorTest.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/VectorTest.cpp
|
| index f3ba38bbf2012e27cd0c9de9d38a8bbaee846e8a..ea406d854c597ab6eb4bacb3e258a53efb247ed5 100644
|
| --- a/third_party/WebKit/Source/wtf/VectorTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/VectorTest.cpp
|
| @@ -23,13 +23,13 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/Optional.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/Optional.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <memory>
|
|
|
| namespace WTF {
|
|
|