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

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

Issue 2764243002: Move files in wtf/ to platform/wtf/ (Part 9). (Closed)
Patch Set: Rebase. 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
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/WTFString.h ('k') | third_party/WebKit/Source/wtf/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/wtf/text/WTFString.cpp
diff --git a/third_party/WebKit/Source/wtf/text/WTFString.cpp b/third_party/WebKit/Source/platform/wtf/text/WTFString.cpp
similarity index 98%
rename from third_party/WebKit/Source/wtf/text/WTFString.cpp
rename to third_party/WebKit/Source/platform/wtf/text/WTFString.cpp
index f59f40b79720200d0f74f6f4bf6437a20bb2e3a8..ac56df5767742b963cd27aa28e8cc9fec9b07315 100644
--- a/third_party/WebKit/Source/wtf/text/WTFString.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/WTFString.cpp
@@ -23,18 +23,18 @@
#include "wtf/text/WTFString.h"
#include "base/strings/string_util.h"
-#include "wtf/ASCIICType.h"
-#include "wtf/DataLog.h"
-#include "wtf/HexNumber.h"
-#include "wtf/MathExtras.h"
-#include "wtf/StringExtras.h"
-#include "wtf/Vector.h"
-#include "wtf/dtoa.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/CharacterNames.h"
-#include "wtf/text/IntegerToStringConversion.h"
-#include "wtf/text/UTF8.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/ASCIICType.h"
+#include "platform/wtf/DataLog.h"
+#include "platform/wtf/HexNumber.h"
+#include "platform/wtf/MathExtras.h"
+#include "platform/wtf/StringExtras.h"
+#include "platform/wtf/Vector.h"
+#include "platform/wtf/dtoa.h"
+#include "platform/wtf/text/CString.h"
+#include "platform/wtf/text/CharacterNames.h"
+#include "platform/wtf/text/IntegerToStringConversion.h"
+#include "platform/wtf/text/UTF8.h"
+#include "platform/wtf/text/Unicode.h"
#include <algorithm>
#include <stdarg.h>
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/WTFString.h ('k') | third_party/WebKit/Source/wtf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698