Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3171)

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringOperatorsTest.cpp

Issue 2787293002: Reland: Move wtf_unittests to platform/wtf/. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/wtf/text/StringOperatorsTest.cpp
diff --git a/third_party/WebKit/Source/wtf/text/StringOperatorsTest.cpp b/third_party/WebKit/Source/platform/wtf/text/StringOperatorsTest.cpp
similarity index 99%
rename from third_party/WebKit/Source/wtf/text/StringOperatorsTest.cpp
rename to third_party/WebKit/Source/platform/wtf/text/StringOperatorsTest.cpp
index 2b8859dfb6f3e2c5460476c279002ba301d5b6be..29501e20105348e144846d8d2c99f2519757fb64 100644
--- a/third_party/WebKit/Source/wtf/text/StringOperatorsTest.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/StringOperatorsTest.cpp
@@ -27,8 +27,8 @@
static int wtfStringCopyCount;
+#include "platform/wtf/text/WTFString.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "wtf/text/WTFString.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698