| Index: third_party/WebKit/Source/wtf/VectorTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/VectorTest.cpp b/third_party/WebKit/Source/wtf/VectorTest.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/platform/wtf/VectorTest.cpp
|
| rename to third_party/WebKit/Source/wtf/VectorTest.cpp
|
| index 049d97a6c6f9901ff1505a784085517adc807117..6089962d5ef771dd4bb4aa745441d9749f1e42bc 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/VectorTest.cpp
|
| +++ b/third_party/WebKit/Source/wtf/VectorTest.cpp
|
| @@ -23,13 +23,13 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "platform/wtf/Vector.h"
|
| +#include "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 {
|
|
|