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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringImplCF.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/StringImplCF.cpp
diff --git a/third_party/WebKit/Source/wtf/text/StringImplCF.cpp b/third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
similarity index 96%
rename from third_party/WebKit/Source/wtf/text/StringImplCF.cpp
rename to third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
index befe9c4766a1c915ae40d393c1191cc1ef0e7fb0..06a72e47634a02ba0c6c3c7ab237fdc6efdd77d0 100644
--- a/third_party/WebKit/Source/wtf/text/StringImplCF.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp
@@ -18,14 +18,14 @@
*
*/
-#include "wtf/text/StringImpl.h"
+#include "platform/wtf/text/StringImpl.h"
#if OS(MACOSX)
-#include "wtf/PassRefPtr.h"
-#include "wtf/RetainPtr.h"
-#include "wtf/Threading.h"
-#include "wtf/allocator/Partitions.h"
+#include "platform/wtf/PassRefPtr.h"
+#include "platform/wtf/RetainPtr.h"
+#include "platform/wtf/Threading.h"
+#include "platform/wtf/allocator/Partitions.h"
#include <CoreFoundation/CoreFoundation.h>
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698