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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/StringImplMac.mm

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/StringImplMac.mm
diff --git a/third_party/WebKit/Source/wtf/text/StringImplMac.mm b/third_party/WebKit/Source/platform/wtf/text/StringImplMac.mm
similarity index 94%
rename from third_party/WebKit/Source/wtf/text/StringImplMac.mm
rename to third_party/WebKit/Source/platform/wtf/text/StringImplMac.mm
index eef4c8e5b43472d063cb0e69aaf5de9c49bb79b1..1c7503218158b58b529e91491d8365c1ccf44c07 100644
--- a/third_party/WebKit/Source/wtf/text/StringImplMac.mm
+++ b/third_party/WebKit/Source/platform/wtf/text/StringImplMac.mm
@@ -18,11 +18,11 @@
*
*/
-#include "wtf/text/StringImpl.h"
+#include "platform/wtf/text/StringImpl.h"
#import <CoreFoundation/CFBase.h>
#import <Foundation/NSObject.h>
-#include "wtf/RetainPtr.h"
+#include "platform/wtf/RetainPtr.h"
namespace WTF {
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/text/StringImplCF.cpp ('k') | third_party/WebKit/Source/platform/wtf/text/StringMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698