| Index: third_party/WebKit/Source/platform/wtf/text/TextCodecReplacement.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/TextCodecReplacement.cpp b/third_party/WebKit/Source/platform/wtf/text/TextCodecReplacement.cpp
|
| similarity index 91%
|
| rename from third_party/WebKit/Source/wtf/text/TextCodecReplacement.cpp
|
| rename to third_party/WebKit/Source/platform/wtf/text/TextCodecReplacement.cpp
|
| index 113a1bc5f61959843861fa40df8f8bd59d402fee..99aa9e251885b587992de5596a0e10d3b14db0ee 100644
|
| --- a/third_party/WebKit/Source/wtf/text/TextCodecReplacement.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecReplacement.cpp
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "wtf/text/TextCodecReplacement.h"
|
| +#include "platform/wtf/text/TextCodecReplacement.h"
|
|
|
| -#include "wtf/PtrUtil.h"
|
| -#include "wtf/text/CharacterNames.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| +#include "platform/wtf/text/CharacterNames.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include <memory>
|
|
|
| namespace WTF {
|
|
|