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 { |