Index: third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp |
diff --git a/third_party/WebKit/Source/wtf/FunctionalTest.cpp b/third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp |
similarity index 99% |
rename from third_party/WebKit/Source/wtf/FunctionalTest.cpp |
rename to third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp |
index 30dc23646b61bc1807643b729f1cae726c98de3c..e5b1fa9e444e6796454a3c90ce1dad95c202d47d 100644 |
--- a/third_party/WebKit/Source/wtf/FunctionalTest.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/FunctionalTest.cpp |
@@ -23,11 +23,11 @@ |
* THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "wtf/Functional.h" |
+#include "platform/wtf/Functional.h" |
+#include "platform/wtf/RefCounted.h" |
+#include "platform/wtf/WeakPtr.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "wtf/RefCounted.h" |
-#include "wtf/WeakPtr.h" |
#include <utility> |
namespace WTF { |