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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringImpl.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
Index: third_party/WebKit/Source/platform/wtf/text/StringImpl.cpp
diff --git a/third_party/WebKit/Source/wtf/text/StringImpl.cpp b/third_party/WebKit/Source/platform/wtf/text/StringImpl.cpp
similarity index 98%
rename from third_party/WebKit/Source/wtf/text/StringImpl.cpp
rename to third_party/WebKit/Source/platform/wtf/text/StringImpl.cpp
index 684b01b4840938a6777ff63fae2ace9b298edf49..613640032ad5a79f9bf6081a42313cccb3e6f42e 100644
--- a/third_party/WebKit/Source/wtf/text/StringImpl.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/StringImpl.cpp
@@ -23,30 +23,30 @@
*
*/
-#include "wtf/text/StringImpl.h"
-
-#include "wtf/DynamicAnnotations.h"
-#include "wtf/LeakAnnotations.h"
-#include "wtf/PtrUtil.h"
-#include "wtf/StaticConstructors.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/allocator/Partitions.h"
-#include "wtf/text/AtomicString.h"
-#include "wtf/text/AtomicStringTable.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/CharacterNames.h"
-#include "wtf/text/StringBuffer.h"
-#include "wtf/text/StringHash.h"
-#include "wtf/text/StringToNumber.h"
+#include "platform/wtf/text/StringImpl.h"
+
+#include "platform/wtf/DynamicAnnotations.h"
+#include "platform/wtf/LeakAnnotations.h"
+#include "platform/wtf/PtrUtil.h"
+#include "platform/wtf/StaticConstructors.h"
+#include "platform/wtf/StdLibExtras.h"
+#include "platform/wtf/allocator/Partitions.h"
+#include "platform/wtf/text/AtomicString.h"
+#include "platform/wtf/text/AtomicStringTable.h"
+#include "platform/wtf/text/CString.h"
+#include "platform/wtf/text/CharacterNames.h"
+#include "platform/wtf/text/StringBuffer.h"
+#include "platform/wtf/text/StringHash.h"
+#include "platform/wtf/text/StringToNumber.h"
#include <algorithm>
#include <memory>
#ifdef STRING_STATS
-#include "wtf/DataLog.h"
-#include "wtf/HashMap.h"
-#include "wtf/HashSet.h"
-#include "wtf/RefCounted.h"
-#include "wtf/ThreadingPrimitives.h"
+#include "platform/wtf/DataLog.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/HashSet.h"
+#include "platform/wtf/RefCounted.h"
+#include "platform/wtf/ThreadingPrimitives.h"
#include <unistd.h>
#endif
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/StringImpl.h ('k') | third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698