| Index: third_party/WebKit/Source/platform/wtf/text/TextCodecUTF16.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp b/third_party/WebKit/Source/platform/wtf/text/TextCodecUTF16.cpp
|
| similarity index 96%
|
| rename from third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/TextCodecUTF16.cpp
|
| index 72b187df06248d6de5d10f036542f6156153845d..bf78268730b8e157bb9d42fa8d219b7964301e94 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecUTF16.cpp
|
| @@ -23,13 +23,13 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "wtf/text/TextCodecUTF16.h"
|
| +#include "platform/wtf/text/TextCodecUTF16.h"
|
|
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/StringBuffer.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/CString.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/StringBuffer.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include <memory>
|
|
|
| using namespace std;
|
|
|