Index: third_party/WebKit/Source/platform/wtf/StringExtrasTest.cpp |
diff --git a/third_party/WebKit/Source/wtf/StringExtrasTest.cpp b/third_party/WebKit/Source/platform/wtf/StringExtrasTest.cpp |
similarity index 97% |
rename from third_party/WebKit/Source/wtf/StringExtrasTest.cpp |
rename to third_party/WebKit/Source/platform/wtf/StringExtrasTest.cpp |
index ab32cf51ec5bcc98b2ed585168fbcd0fbcad2487..bc399c684c33930c7491a2dbcf83fe130cd85038 100644 |
--- a/third_party/WebKit/Source/wtf/StringExtrasTest.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/StringExtrasTest.cpp |
@@ -23,11 +23,11 @@ |
* THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "wtf/StringExtras.h" |
+#include "platform/wtf/StringExtras.h" |
+#include "platform/wtf/text/CString.h" |
+#include "platform/wtf/text/WTFString.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include "wtf/text/CString.h" |
-#include "wtf/text/WTFString.h" |
#include <limits> |
namespace WTF { |