| Index: third_party/WebKit/Source/platform/wtf/HashMapTest.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/HashMapTest.cpp b/third_party/WebKit/Source/platform/wtf/HashMapTest.cpp
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/wtf/HashMapTest.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/HashMapTest.cpp
|
| index fb556efe6af01f5e7b027a021d235e0a966225a9..83b8fc8c24d6163f0d63baeda16bc64297159439 100644
|
| --- a/third_party/WebKit/Source/wtf/HashMapTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/HashMapTest.cpp
|
| @@ -23,13 +23,13 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/HashMap.h"
|
| +#include "platform/wtf/HashMap.h"
|
|
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/RefCounted.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/Vector.h"
|
| #include <memory>
|
|
|
| namespace WTF {
|
|
|